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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Din2000.c198 static int round_period(unsigned int period) function
215 result = sx_table[round_period(period)].reg_value;
1940 hostdata->default_sx_per = sx_table[round_period((unsigned int) val)].period_ns;
2078 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;
1987 hostdata->sx_table[round_period((unsigned int) val,
2087 hd->sx_table[round_period((unsigned int) x,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dacornscsi.c664 * Prototype: int round_period(unsigned int period)
671 int round_period(unsigned int period) function
694 return sync_xfer_table[round_period(period)].reg_value |

Completed in 53 milliseconds