sx_table           87 drivers/scsi/wd33c93.c #define optimum_sx_per(hostdata) (hostdata)->sx_table[1].period_ns
sx_table          309 drivers/scsi/wd33c93.c round_period(unsigned int period, const struct sx_period *sx_table)
sx_table          313 drivers/scsi/wd33c93.c 	for (x = 1; sx_table[x].period_ns; x++) {
sx_table          314 drivers/scsi/wd33c93.c 		if ((period <= sx_table[x - 0].period_ns) &&
sx_table          315 drivers/scsi/wd33c93.c 		    (period > sx_table[x - 1].period_ns)) {
sx_table          327 drivers/scsi/wd33c93.c                const struct sx_period *sx_table)
sx_table          341 drivers/scsi/wd33c93.c 	result = sx_table[round_period(period,sx_table)].reg_value;
sx_table         1042 drivers/scsi/wd33c93.c 						/ 4, 0, 0, hostdata->sx_table);
sx_table         1066 drivers/scsi/wd33c93.c 							0, hostdata->sx_table);
sx_table         1093 drivers/scsi/wd33c93.c 									hostdata->sx_table);
sx_table         1096 drivers/scsi/wd33c93.c 									0, hostdata->sx_table);
sx_table         1531 drivers/scsi/wd33c93.c 				     DEFAULT_SX_OFF, 0, hostdata->sx_table));
sx_table         1583 drivers/scsi/wd33c93.c 					0, hostdata->sx_table);
sx_table         1864 drivers/scsi/wd33c93.c calc_sx_table(unsigned int mhz, struct sx_period sx_table[9])
sx_table         1876 drivers/scsi/wd33c93.c 	sx_table[0].period_ns = 1;
sx_table         1877 drivers/scsi/wd33c93.c 	sx_table[0].reg_value = 0x20;
sx_table         1879 drivers/scsi/wd33c93.c 		sx_table[i].period_ns = round_4((i+1)*d / 100);
sx_table         1880 drivers/scsi/wd33c93.c 		sx_table[i].reg_value = (i+1)*0x10;
sx_table         1882 drivers/scsi/wd33c93.c 	sx_table[7].reg_value = 0;
sx_table         1883 drivers/scsi/wd33c93.c 	sx_table[8].period_ns = 0;
sx_table         1884 drivers/scsi/wd33c93.c 	sx_table[8].reg_value = 0;
sx_table         1943 drivers/scsi/wd33c93.c 	calc_sx_table(i, hostdata->sx_table);
sx_table         1952 drivers/scsi/wd33c93.c 					0, hostdata->sx_table);
sx_table         1986 drivers/scsi/wd33c93.c 		calc_sx_table(val, hostdata->sx_table);
sx_table         1997 drivers/scsi/wd33c93.c 		    hostdata->sx_table[round_period((unsigned int) val,
sx_table         1998 drivers/scsi/wd33c93.c 		                                    hostdata->sx_table)].period_ns;
sx_table         2089 drivers/scsi/wd33c93.c 			hd->sx_table[round_period((unsigned int) x,
sx_table         2090 drivers/scsi/wd33c93.c 						  hd->sx_table)].period_ns;
sx_table          251 drivers/scsi/wd33c93.h     struct sx_period sx_table[9];      /* transfer periods for actual DTC-setting */