• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/

Lines Matching defs:IO_Address

544 static void __init BusLogic_AppendProbeAddressISA(unsigned long IO_Address)
552 ProbeInfo->IO_Address = IO_Address;
655 PrimaryProbeInfo->IO_Address = 0;
665 unsigned long IO_Address;
677 IO_Address = BaseAddress0 = pci_resource_start(PCI_Device, 0);
682 BusLogic_Error("at PCI Bus %d Device %d I/O Address 0x%X\n", NULL, Bus, Device, IO_Address);
692 BusLogic_Error("at PCI Bus %d Device %d I/O Address 0x%X\n", NULL, Bus, Device, IO_Address);
697 BusLogic_Notice("BusLogic: PCI Bus %d Device %d I/O Address " "0x%X PCI Address 0x%X\n", NULL, Bus, Device, IO_Address, PCI_Address);
705 HostAdapter->IO_Address = IO_Address;
751 PrimaryProbeInfo->IO_Address = IO_Address;
762 ProbeInfo->IO_Address = IO_Address;
791 if (PrimaryProbeInfo->IO_Address == 0 &&
796 PrimaryProbeInfo->IO_Address = 0x330;
833 unsigned long IO_Address;
844 IO_Address = pci_resource_start(PCI_Device, 0);
846 if (IO_Address == 0 || IRQ_Channel == 0)
850 if (ProbeInfo->IO_Address == IO_Address && ProbeInfo->HostAdapterType == BusLogic_MultiMaster) {
886 unsigned long IO_Address;
898 IO_Address = BaseAddress0 = pci_resource_start(PCI_Device, 0);
903 BusLogic_Error("at PCI Bus %d Device %d I/O Address 0x%X\n", NULL, Bus, Device, IO_Address);
913 BusLogic_Error("at PCI Bus %d Device %d I/O Address 0x%X\n", NULL, Bus, Device, IO_Address);
918 BusLogic_Notice("BusLogic: PCI Bus %d Device %d I/O Address " "0x%X PCI Address 0x%X\n", NULL, Bus, Device, IO_Address, PCI_Address);
924 ProbeInfo->IO_Address = IO_Address;
935 BusLogic_Error("BusLogic: I/O Address 0x%X PCI Address 0x%X, irq %d, " "but FlashPoint\n", NULL, IO_Address, PCI_Address, IRQ_Channel);
986 HostAdapter->IO_Address = ProbeInfo->IO_Address;
1025 BusLogic_Error("Bus %d Device %d I/O Address 0x%X PCI Address 0x%X:\n", HostAdapter, HostAdapter->Bus, HostAdapter->Device, HostAdapter->IO_Address, HostAdapter->PCI_Address);
1027 BusLogic_Error("While configuring BusLogic Host Adapter at " "I/O Address 0x%X:\n", HostAdapter, HostAdapter->IO_Address);
1049 FlashPointInfo->BaseAddress = (u32) HostAdapter->IO_Address;
1054 BusLogic_Error("BusLogic: I/O Address 0x%X PCI Address 0x%X, " "but FlashPoint\n", HostAdapter, HostAdapter->IO_Address, HostAdapter->PCI_Address);
1059 BusLogic_Notice("BusLogic_Probe(0x%X): FlashPoint Found\n", HostAdapter, HostAdapter->IO_Address);
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);
1149 BusLogic_Notice("BusLogic_HardwareReset(0x%X): Diagnostic Active, " "Status 0x%02X\n", HostAdapter, HostAdapter->IO_Address, StatusRegister.All);
1169 BusLogic_Notice("BusLogic_HardwareReset(0x%X): Diagnostic Completed, " "Status 0x%02X\n", HostAdapter, HostAdapter->IO_Address, StatusRegister.All);
1184 BusLogic_Notice("BusLogic_HardwareReset(0x%X): Host Adapter Ready, " "Status 0x%02X\n", HostAdapter, HostAdapter->IO_Address, StatusRegister.All);
1238 BusLogic_Notice("BusLogic_Check(0x%X): MultiMaster %s\n", HostAdapter, HostAdapter->IO_Address, (Result ? "Found" : "Not Found"));
1715 BusLogic_Info(" Firmware Version: %s, I/O Address: 0x%X, " "IRQ Channel: %d/%s\n", HostAdapter, HostAdapter->FirmwareVersion, HostAdapter->IO_Address, HostAdapter->IRQ_Channel, (HostAdapter->LevelSensitiveInterrupt ? "Level" : "Edge"));
2131 Host->unique_id = HostAdapter->IO_Address;
2219 if (ProbeInfo->IO_Address == 0)
2224 HostAdapter->IO_Address = ProbeInfo->IO_Address;
2235 if (!request_region(HostAdapter->IO_Address, HostAdapter->AddressCount,
2242 release_region(HostAdapter->IO_Address, HostAdapter->AddressCount);
2250 release_region(HostAdapter->IO_Address, HostAdapter->AddressCount);
2257 release_region(HostAdapter->IO_Address, HostAdapter->AddressCount);
2276 release_region(HostAdapter->IO_Address, HostAdapter->AddressCount);
2313 release_region(HostAdapter->IO_Address,
2315 if (!request_region(HostAdapter->IO_Address,
2321 (unsigned long)HostAdapter->IO_Address);
2396 release_region(HostAdapter->IO_Address, HostAdapter->AddressCount);
3320 unsigned long IO_Address = simple_strtoul(OptionsString, &OptionsString, 0);
3322 switch (IO_Address) {
3342 BusLogic_Error("BusLogic: Invalid Driver Options " "(invalid I/O Address 0x%X)\n", NULL, IO_Address);