tag | line | file | source code |
int_to_bcd | 1023 | drivers/block/cdu31a.c | msf[0] = int_to_bcd(log / 4500); |
int_to_bcd | 1025 | drivers/block/cdu31a.c | msf[1] = int_to_bcd(log / 75); |
int_to_bcd | 1026 | drivers/block/cdu31a.c | msf[2] = int_to_bcd(log % 75); |
int_to_bcd | 2403 | drivers/block/cdu31a.c | params[i] = int_to_bcd(params[i]); |
int_to_bcd | 2469 | drivers/block/cdu31a.c | track_idx = find_track(int_to_bcd(loc_entry.cdte_track)); |
int_to_bcd | 2519 | drivers/block/cdu31a.c | track_idx = find_track(int_to_bcd(ti.cdti_trk0)); |
int_to_bcd | 2539 | drivers/block/cdu31a.c | track_idx = find_track(int_to_bcd(ti.cdti_trk1+1)); |
int_to_bcd | 204 | drivers/block/sonycd535.c | static inline unsigned int int_to_bcd(unsigned int val); |
int_to_bcd | 768 | drivers/block/sonycd535.c | msf[0] = int_to_bcd(log / 4500); |
int_to_bcd | 770 | drivers/block/sonycd535.c | msf[1] = int_to_bcd(log / 75); |
int_to_bcd | 771 | drivers/block/sonycd535.c | msf[2] = int_to_bcd(log % 75); |
int_to_bcd | 1217 | drivers/block/sonycd535.c | cmd_buff[2 + i] = int_to_bcd(params[i]); |
int_to_bcd | 1218 | drivers/block/sonycd535.c | cmd_buff[7 + i] = int_to_bcd(params[i + 3]); |
int_to_bcd | 1283 | drivers/block/sonycd535.c | track_idx = find_track(int_to_bcd(loc_entry.cdte_track)); |
int_to_bcd | 1322 | drivers/block/sonycd535.c | track_idx = find_track(int_to_bcd(ti.cdti_trk0)); |
int_to_bcd | 1336 | drivers/block/sonycd535.c | track_idx = find_track(int_to_bcd(ti.cdti_trk1 + 1)); |