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

/drivers/scsi/
H A Din2000.c310 static int round_period(unsigned int period) function
327 result = sx_table[round_period(period)].reg_value;
2068 hostdata->default_sx_per = sx_table[round_period((unsigned int) val)].period_ns;
2208 hd->default_sx_per = sx_table[round_period((unsigned int) x)].period_ns;
H A Dwd33c93.c318 round_period(unsigned int period, const struct sx_period *sx_table) function
350 result = sx_table[round_period(period,sx_table)].reg_value;
2002 hostdata->sx_table[round_period((unsigned int) val,
2101 hd->sx_table[round_period((unsigned int) x,
/drivers/scsi/arm/
H A Dacornscsi.c663 * Prototype: int round_period(unsigned int period)
670 int round_period(unsigned int period) function
693 return sync_xfer_table[round_period(period)].reg_value |

Completed in 118 milliseconds