Home
last modified time | relevance | path

Searched refs:round_period (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/scsi/
Dwd33c93.c249 round_period(unsigned int period, const struct sx_period *sx_table) in round_period() function
281 result = sx_table[round_period(period,sx_table)].reg_value; in calc_sync_xfer()
1943 hostdata->sx_table[round_period((unsigned int) val, in wd33c93_init()
2035 hd->sx_table[round_period((unsigned int) x, in wd33c93_write_info()
/linux-6.1.9/drivers/scsi/arm/
Dacornscsi.c650 int round_period(unsigned int period) in round_period() function
674 return sync_xfer_table[round_period(period)].reg_value | in calc_sync_xfer()