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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A DBusLogic.h1170 union BusLogic_ControlRegister ControlRegister; local
1171 ControlRegister.All = 0;
1172 ControlRegister.cr.SCSIBusReset = true;
1173 outb(ControlRegister.All, HostAdapter->IO_Address + BusLogic_ControlRegisterOffset);
1178 union BusLogic_ControlRegister ControlRegister; local
1179 ControlRegister.All = 0;
1180 ControlRegister.cr.InterruptReset = true;
1181 outb(ControlRegister.All, HostAdapter->IO_Address + BusLogic_ControlRegisterOffset);
1186 union BusLogic_ControlRegister ControlRegister; local
1187 ControlRegister
1194 union BusLogic_ControlRegister ControlRegister; local
[all...]

Completed in 50 milliseconds