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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DBusLogic.c343 union BusLogic_InterruptRegister InterruptRegister; local
399 InterruptRegister.All = BusLogic_ReadInterruptRegister(HostAdapter);
401 if (InterruptRegister.ir.CommandComplete)
453 InterruptRegister.All = BusLogic_ReadInterruptRegister(HostAdapter);
455 if (InterruptRegister.ir.CommandComplete)
1042 union BusLogic_InterruptRegister InterruptRegister; local
1073 InterruptRegister.All = BusLogic_ReadInterruptRegister(HostAdapter);
1076 BusLogic_Notice("BusLogic_Probe(0x%X): Status 0x%02X, Interrupt 0x%02X, " "Geometry 0x%02X\n", HostAdapter, HostAdapter->IO_Address, StatusRegister.All, InterruptRegister.All, GeometryRegister.All);
1077 if (StatusRegister.All == 0 || StatusRegister.sr.DiagnosticActive || StatusRegister.sr.CommandParameterRegisterBusy || StatusRegister.sr.Reserved || StatusRegister.sr.CommandInvalid || InterruptRegister.ir.Reserved != 0)
2668 union BusLogic_InterruptRegister InterruptRegister; local
[all...]

Completed in 22 milliseconds