tag | line | file | source code |
bcd2uint | 205 | drivers/cdrom/mcdx.c | static unsigned int bcd2uint(unsigned char); |
bcd2uint | 362 | drivers/cdrom/mcdx.c | entry.cdte_addr.msf.minute = bcd2uint(tp->dt.minute); |
bcd2uint | 363 | drivers/cdrom/mcdx.c | entry.cdte_addr.msf.second = bcd2uint(tp->dt.second); |
bcd2uint | 364 | drivers/cdrom/mcdx.c | entry.cdte_addr.msf.frame = bcd2uint(tp->dt.frame); |
bcd2uint | 393 | drivers/cdrom/mcdx.c | sub.cdsc_trk = bcd2uint(q.tno); |
bcd2uint | 394 | drivers/cdrom/mcdx.c | sub.cdsc_ind = bcd2uint(q.index); |
bcd2uint | 406 | drivers/cdrom/mcdx.c | sub.cdsc_absaddr.msf.minute = bcd2uint(q.dt.minute); |
bcd2uint | 407 | drivers/cdrom/mcdx.c | sub.cdsc_absaddr.msf.second = bcd2uint(q.dt.second); |
bcd2uint | 408 | drivers/cdrom/mcdx.c | sub.cdsc_absaddr.msf.frame = bcd2uint(q.dt.frame); |
bcd2uint | 409 | drivers/cdrom/mcdx.c | sub.cdsc_reladdr.msf.minute = bcd2uint(q.tt.minute); |
bcd2uint | 410 | drivers/cdrom/mcdx.c | sub.cdsc_reladdr.msf.second = bcd2uint(q.tt.second); |
bcd2uint | 411 | drivers/cdrom/mcdx.c | sub.cdsc_reladdr.msf.frame = bcd2uint(q.tt.frame); |
bcd2uint | 464 | drivers/cdrom/mcdx.c | ms.addr.msf.minute = bcd2uint(stuffp->multi.msf_last.minute); |
bcd2uint | 465 | drivers/cdrom/mcdx.c | ms.addr.msf.second = bcd2uint(stuffp->multi.msf_last.second); |
bcd2uint | 466 | drivers/cdrom/mcdx.c | ms.addr.msf.frame = bcd2uint(stuffp->multi.msf_last.frame); |
bcd2uint | 1390 | drivers/cdrom/mcdx.c | return bcd2uint(pmsf->frame) |
bcd2uint | 1391 | drivers/cdrom/mcdx.c | + bcd2uint(pmsf->second) * 75 |
bcd2uint | 1392 | drivers/cdrom/mcdx.c | + bcd2uint(pmsf->minute) * 4500 |
bcd2uint | 1447 | drivers/cdrom/mcdx.c | idx = bcd2uint(q.index); |
bcd2uint | 1625 | drivers/cdrom/mcdx.c | info->n_first = bcd2uint(buf[1]); |
bcd2uint | 1626 | drivers/cdrom/mcdx.c | info->n_last = bcd2uint(buf[2]); |