Lines Matching refs:IO_Address

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()
899 ProbeInfo->IO_Address = IO_Address; in BusLogic_InitializeMultiMasterProbeInfo()
930 if (PrimaryProbeInfo->IO_Address == 0 && in BusLogic_InitializeMultiMasterProbeInfo()
937 PrimaryProbeInfo->IO_Address = 0x330; in BusLogic_InitializeMultiMasterProbeInfo()
983 BusLogic_IO_Address_T IO_Address = pci_resource_start(PCI_Device, 0); in BusLogic_InitializeMultiMasterProbeInfo() local
988 if (IO_Address == 0 || IRQ_Channel == 0) continue; in BusLogic_InitializeMultiMasterProbeInfo()
992 if (ProbeInfo->IO_Address == IO_Address && in BusLogic_InitializeMultiMasterProbeInfo()
1032 BusLogic_IO_Address_T IO_Address = BaseAddress0; in BusLogic_InitializeFlashPointProbeInfo() local
1044 NULL, Bus, Device, IO_Address); in BusLogic_InitializeFlashPointProbeInfo()
1060 NULL, Bus, Device, IO_Address); in BusLogic_InitializeFlashPointProbeInfo()
1069 Bus, Device, IO_Address, PCI_Address); in BusLogic_InitializeFlashPointProbeInfo()
1077 ProbeInfo->IO_Address = IO_Address; in BusLogic_InitializeFlashPointProbeInfo()
1090 "but FlashPoint\n", NULL, IO_Address, PCI_Address, IRQ_Channel); in BusLogic_InitializeFlashPointProbeInfo()
1154 HostAdapter->IO_Address = ProbeInfo->IO_Address; in BusLogic_InitializeProbeInfoList()
1212 HostAdapter->IO_Address, HostAdapter->PCI_Address); in BusLogic_Failure()
1216 HostAdapter->IO_Address); in BusLogic_Failure()
1241 (BusLogic_Base_Address_T) HostAdapter->IO_Address; in BusLogic_ProbeHostAdapter()
1252 HostAdapter->IO_Address, HostAdapter->PCI_Address); in BusLogic_ProbeHostAdapter()
1259 HostAdapter, HostAdapter->IO_Address); in BusLogic_ProbeHostAdapter()
1278 HostAdapter->IO_Address, StatusRegister.All, in BusLogic_ProbeHostAdapter()
1359 HostAdapter->IO_Address, StatusRegister.All); in BusLogic_HardwareResetHostAdapter()
1380 HostAdapter->IO_Address, StatusRegister.All); in BusLogic_HardwareResetHostAdapter()
1399 HostAdapter->IO_Address, StatusRegister.All); in BusLogic_HardwareResetHostAdapter()
1462 HostAdapter->IO_Address, (Result ? "Found" : "Not Found")); in BusLogic_CheckHostAdapter()
2029 HostAdapter->IO_Address, HostAdapter->IRQ_Channel, in BusLogic_ReportHostAdapterConfiguration()
2620 Host->unique_id = HostAdapter->IO_Address; in BusLogic_InitializeHostStructure()
2751 if (ProbeInfo->IO_Address == 0) continue; in BusLogic_DetectHostAdapter()
2755 HostAdapter->IO_Address = ProbeInfo->IO_Address; in BusLogic_DetectHostAdapter()
2794 request_region(HostAdapter->IO_Address, HostAdapter->AddressCount, in BusLogic_DetectHostAdapter()
2802 release_region(HostAdapter->IO_Address, HostAdapter->AddressCount); in BusLogic_DetectHostAdapter()
2834 release_region(HostAdapter->IO_Address, in BusLogic_DetectHostAdapter()
2836 request_region(HostAdapter->IO_Address, in BusLogic_DetectHostAdapter()
2890 release_region(HostAdapter->IO_Address, HostAdapter->AddressCount); in BusLogic_ReleaseHostAdapter()
4703 BusLogic_IO_Address_T IO_Address = in BusLogic_ParseDriverOptions() local
4706 switch (IO_Address) in BusLogic_ParseDriverOptions()
4729 NULL, IO_Address); in BusLogic_ParseDriverOptions()