Searched refs:default_sx_per (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dwd33c93.h244 unsigned int default_sx_per; /* default transfer period for SCSI bus */ member in struct:WD33C93_hostdata
H A Dwd33c93.c859 hostdata->outgoing_msg[4] = hostdata->default_sx_per/4;
1016 hostdata->outgoing_msg[3] = hostdata->default_sx_per/4;
1020 calc_sync_xfer(hostdata->default_sx_per/4,0);
1426 calc_sync_xfer(hostdata->default_sx_per/4,DEFAULT_SX_OFF));
1765 hostdata->default_sx_per = DEFAULT_SX_PER;
1788 hostdata->default_sx_per = sx_table[round_period((unsigned int)val)].period_ns;
1904 hd->default_sx_per = sx_table[round_period((unsigned int)x)].period_ns;
H A Din2000.c1265 hostdata->outgoing_msg[3] = hostdata->default_sx_per/4;
1269 calc_sync_xfer(hostdata->default_sx_per/4,0);
1626 calc_sync_xfer(hostdata->default_sx_per/4,DEFAULT_SX_OFF));
2058 hostdata->default_sx_per = DEFAULT_SX_PER;
2080 hostdata->default_sx_per = sx_table[round_period((unsigned int)val)].period_ns;
2229 hd->default_sx_per = sx_table[round_period((unsigned int)x)].period_ns;
H A Din2000.h299 unsigned int default_sx_per; /* default transfer period for SCSI bus */ member in struct:IN2000_hostdata

Completed in 86 milliseconds