taglinefilesource code
int_to_bcd1023drivers/block/cdu31a.cmsf[0] = int_to_bcd(log / 4500);
int_to_bcd1025drivers/block/cdu31a.cmsf[1] = int_to_bcd(log / 75);
int_to_bcd1026drivers/block/cdu31a.cmsf[2] = int_to_bcd(log % 75);
int_to_bcd2403drivers/block/cdu31a.cparams[i] = int_to_bcd(params[i]);
int_to_bcd2469drivers/block/cdu31a.ctrack_idx = find_track(int_to_bcd(loc_entry.cdte_track));
int_to_bcd2519drivers/block/cdu31a.ctrack_idx = find_track(int_to_bcd(ti.cdti_trk0));
int_to_bcd2539drivers/block/cdu31a.ctrack_idx = find_track(int_to_bcd(ti.cdti_trk1+1));
int_to_bcd205drivers/block/sonycd535.cstatic inline unsigned int int_to_bcd(unsigned int val);
int_to_bcd752drivers/block/sonycd535.cmsf[0] = int_to_bcd(log / 4500);
int_to_bcd754drivers/block/sonycd535.cmsf[1] = int_to_bcd(log / 75);
int_to_bcd755drivers/block/sonycd535.cmsf[2] = int_to_bcd(log % 75);
int_to_bcd1196drivers/block/sonycd535.ccmd_buff[2 + i] = int_to_bcd(params[i]);
int_to_bcd1197drivers/block/sonycd535.ccmd_buff[7 + i] = int_to_bcd(params[i + 3]);
int_to_bcd1262drivers/block/sonycd535.ctrack_idx = find_track(int_to_bcd(loc_entry.cdte_track));
int_to_bcd1301drivers/block/sonycd535.ctrack_idx = find_track(int_to_bcd(ti.cdti_trk0));
int_to_bcd1315drivers/block/sonycd535.ctrack_idx = find_track(int_to_bcd(ti.cdti_trk1 + 1));