Searched refs:IO_Address (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | BusLogic.c | 637 static void BusLogic_AppendProbeAddressISA(BusLogic_IO_Address_T IO_Address) in BusLogic_AppendProbeAddressISA() argument 644 ProbeInfo->IO_Address = IO_Address; in BusLogic_AppendProbeAddressISA() 763 PrimaryProbeInfo->IO_Address = 0; in BusLogic_InitializeMultiMasterProbeInfo() 776 BusLogic_IO_Address_T IO_Address; in BusLogic_InitializeMultiMasterProbeInfo() local 783 IO_Address = BaseAddress0 = pci_resource_start(PCI_Device, 0); in BusLogic_InitializeMultiMasterProbeInfo() 791 NULL, Bus, Device, IO_Address); in BusLogic_InitializeMultiMasterProbeInfo() 807 NULL, Bus, Device, IO_Address); in BusLogic_InitializeMultiMasterProbeInfo() 816 Bus, Device, IO_Address, PCI_Address); in BusLogic_InitializeMultiMasterProbeInfo() 824 HostAdapter->IO_Address = IO_Address; in BusLogic_InitializeMultiMasterProbeInfo() 886 PrimaryProbeInfo->IO_Address = IO_Address; in BusLogic_InitializeMultiMasterProbeInfo() [all …]
|
D | BusLogic.h | 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() [all …]
|
/linux-2.4.37.9/drivers/block/ |
D | DAC960.c | 131 if (Controller->IO_Address == 0) in DAC960_Failure() 139 Controller->Function, Controller->IO_Address, in DAC960_Failure() 1401 if (Controller->IO_Address == 0) in DAC960_ReportControllerConfiguration() 1403 else DAC960_Info("0x%X\n", Controller, Controller->IO_Address); in DAC960_ReportControllerConfiguration() 2304 DAC960_IO_Address_T IO_Address = 0; in DAC960_DetectControllers() local 2332 IO_Address = pci_resource_start(PCI_Device, 0); in DAC960_DetectControllers() 2336 IO_Address = pci_resource_start(PCI_Device, 0); in DAC960_DetectControllers() 2363 Controller->IO_Address = IO_Address; in DAC960_DetectControllers() 2511 if (!request_region(Controller->IO_Address, 0x80, in DAC960_DetectControllers() 2514 Controller, Controller->IO_Address); in DAC960_DetectControllers() [all …]
|
D | DAC960.h | 2323 DAC960_IO_Address_T IO_Address; member
|