Home
last modified time | relevance | path

Searched refs:round_period (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dwd33c93.c309 round_period(unsigned int period, const struct sx_period *sx_table) in round_period() function
341 result = sx_table[round_period(period,sx_table)].reg_value; in calc_sync_xfer()
1997 hostdata->sx_table[round_period((unsigned int) val, in wd33c93_init()
2089 hd->sx_table[round_period((unsigned int) x, in wd33c93_write_info()
/kernel/linux/linux-6.6/drivers/scsi/
H A 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()
/kernel/linux/linux-5.10/drivers/scsi/arm/
H A Dacornscsi.c649 * Prototype: int round_period(unsigned int period)
656 int round_period(unsigned int period) in round_period() function
680 return sync_xfer_table[round_period(period)].reg_value | in calc_sync_xfer()
/kernel/linux/linux-6.6/drivers/scsi/arm/
H A Dacornscsi.c643 * Prototype: int round_period(unsigned int period)
650 int round_period(unsigned int period) in round_period() function
674 return sync_xfer_table[round_period(period)].reg_value | in calc_sync_xfer()

Completed in 10 milliseconds