taglinefilesource code
int_to_bcd934drivers/block/cdu31a.cmsf[0] = int_to_bcd(log / 4500);
int_to_bcd936drivers/block/cdu31a.cmsf[1] = int_to_bcd(log / 75);
int_to_bcd937drivers/block/cdu31a.cmsf[2] = int_to_bcd(log % 75);
int_to_bcd2272drivers/block/cdu31a.cparams[i] = int_to_bcd(params[i]);
int_to_bcd2338drivers/block/cdu31a.ctrack_idx = find_track(int_to_bcd(loc_entry.cdte_track));
int_to_bcd2386drivers/block/cdu31a.ctrack_idx = find_track(int_to_bcd(ti.cdti_trk0));
int_to_bcd2406drivers/block/cdu31a.ctrack_idx = find_track(int_to_bcd(ti.cdti_trk1+1));
int_to_bcd179drivers/block/sonycd535.cstatic inline unsigned int int_to_bcd(unsigned int val);
int_to_bcd684drivers/block/sonycd535.cmsf[0] = int_to_bcd(log / 4500);
int_to_bcd686drivers/block/sonycd535.cmsf[1] = int_to_bcd(log / 75);
int_to_bcd687drivers/block/sonycd535.cmsf[2] = int_to_bcd(log % 75);
int_to_bcd1100drivers/block/sonycd535.ccmd_buff[2 + i] = int_to_bcd(params[i]);
int_to_bcd1101drivers/block/sonycd535.ccmd_buff[7 + i] = int_to_bcd(params[i + 3]);
int_to_bcd1161drivers/block/sonycd535.ctrack_idx = find_track(int_to_bcd(loc_entry.cdte_track));
int_to_bcd1198drivers/block/sonycd535.ctrack_idx = find_track(int_to_bcd(ti.cdti_trk0));
int_to_bcd1212drivers/block/sonycd535.ctrack_idx = find_track(int_to_bcd(ti.cdti_trk1 + 1));