Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dwd33c93.c87 #define optimum_sx_per(hostdata) (hostdata)->sx_table[1].period_ns
249 round_period(unsigned int period, const struct sx_period *sx_table) in round_period() argument
253 for (x = 1; sx_table[x].period_ns; x++) { in round_period()
254 if ((period <= sx_table[x - 0].period_ns) && in round_period()
255 (period > sx_table[x - 1].period_ns)) { in round_period()
267 const struct sx_period *sx_table) in calc_sync_xfer() argument
281 result = sx_table[round_period(period,sx_table)].reg_value; in calc_sync_xfer()
985 / 4, 0, 0, hostdata->sx_table); in wd33c93_intr()
1009 0, hostdata->sx_table); in wd33c93_intr()
1036 hostdata->sx_table); in wd33c93_intr()
[all …]
H A Dwd33c93.h246 struct sx_period sx_table[9]; /* transfer periods for actual DTC-setting */ member