Lines Matching refs:IO_Address
373 BusLogic_IO_Address_T IO_Address; member
1361 BusLogic_IO_Address_T IO_Address; member
1563 HostAdapter->IO_Address + BusLogic_ControlRegisterOffset); in BusLogic_SCSIBusReset()
1573 HostAdapter->IO_Address + BusLogic_ControlRegisterOffset); in BusLogic_InterruptReset()
1583 HostAdapter->IO_Address + BusLogic_ControlRegisterOffset); in BusLogic_SoftReset()
1593 HostAdapter->IO_Address + BusLogic_ControlRegisterOffset); in BusLogic_HardReset()
1599 return inb(HostAdapter->IO_Address + BusLogic_StatusRegisterOffset); in BusLogic_ReadStatusRegister()
1608 HostAdapter->IO_Address + BusLogic_CommandParameterRegisterOffset); in BusLogic_WriteCommandParameterRegister()
1614 return inb(HostAdapter->IO_Address + BusLogic_DataInRegisterOffset); in BusLogic_ReadDataInRegister()
1621 return inb(HostAdapter->IO_Address + BusLogic_InterruptRegisterOffset); in BusLogic_ReadInterruptRegister()
1628 return inb(HostAdapter->IO_Address + BusLogic_GeometryRegisterOffset); in BusLogic_ReadGeometryRegister()