tag | line | file | source code |
int_to_bcd | 956 | drivers/block/cdu31a.c | msf[0] = int_to_bcd(log / 4500); |
int_to_bcd | 958 | drivers/block/cdu31a.c | msf[1] = int_to_bcd(log / 75); |
int_to_bcd | 959 | drivers/block/cdu31a.c | msf[2] = int_to_bcd(log % 75); |
int_to_bcd | 2315 | drivers/block/cdu31a.c | params[i] = int_to_bcd(params[i]); |
int_to_bcd | 2381 | drivers/block/cdu31a.c | track_idx = find_track(int_to_bcd(loc_entry.cdte_track)); |
int_to_bcd | 2431 | drivers/block/cdu31a.c | track_idx = find_track(int_to_bcd(ti.cdti_trk0)); |
int_to_bcd | 2451 | 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)); |