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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dwd33c93.c316 round_period(unsigned int period, const struct sx_period *sx_table) function
348 result = sx_table[round_period(period,sx_table)].reg_value;
1990 hostdata->sx_table[round_period((unsigned int) val,
2090 hd->sx_table[round_period((unsigned int) x,
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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dacornscsi.c667 * Prototype: int round_period(unsigned int period)
674 int round_period(unsigned int period) function
697 return sync_xfer_table[round_period(period)].reg_value |

Completed in 79 milliseconds