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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DBusLogic.c544 static void __init BusLogic_AppendProbeAddressISA(unsigned long IO_Address) argument
552 ProbeInfo->IO_Address = IO_Address;
655 PrimaryProbeInfo->IO_Address = 0;
665 unsigned long IO_Address; local
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
833 unsigned long IO_Address; local
886 unsigned long IO_Address; local
3320 unsigned long IO_Address = simple_strtoul(OptionsString, &OptionsString, 0); local
[all...]
H A DBusLogic.h236 unsigned long IO_Address; member in struct:BusLogic_ProbeInfo
1012 unsigned long IO_Address; member in struct:BusLogic_HostAdapter
1156 outb(ControlRegister.All, HostAdapter->IO_Address + BusLogic_ControlRegisterOffset);
1164 outb(ControlRegister.All, HostAdapter->IO_Address + BusLogic_ControlRegisterOffset);
1172 outb(ControlRegister.All, HostAdapter->IO_Address + BusLogic_ControlRegisterOffset);
1180 outb(ControlRegister.All, HostAdapter->IO_Address + BusLogic_ControlRegisterOffset);
1185 return inb(HostAdapter->IO_Address + BusLogic_StatusRegisterOffset);
1191 outb(Value, HostAdapter->IO_Address + BusLogic_CommandParameterRegisterOffset);
1196 return inb(HostAdapter->IO_Address + BusLogic_DataInRegisterOffset);
1201 return inb(HostAdapter->IO_Address
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A DDAC960.c194 if (Controller->IO_Address == 0)
202 Controller->Function, Controller->IO_Address,
1925 if (Controller->IO_Address == 0)
1927 else DAC960_Info("0x%X\n", Controller, Controller->IO_Address);
2691 if (Controller->IO_Address)
2692 release_region(Controller->IO_Address, 0x80);
2759 Controller->IO_Address = pci_resource_start(PCI_Device, 0);
2763 Controller->IO_Address = pci_resource_start(PCI_Device, 0);
2952 if (!request_region(Controller->IO_Address, 0x80,
2955 Controller, Controller->IO_Address);
[all...]
H A DDAC960.h2276 DAC960_IO_Address_T IO_Address; member in struct:DAC960_Controller

Completed in 113 milliseconds