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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A DBusLogic.h253 unsigned long IO_Address; member in struct:BusLogic_ProbeInfo
1029 unsigned long IO_Address; member in struct:BusLogic_HostAdapter
1173 outb(ControlRegister.All, HostAdapter->IO_Address + BusLogic_ControlRegisterOffset);
1181 outb(ControlRegister.All, HostAdapter->IO_Address + BusLogic_ControlRegisterOffset);
1189 outb(ControlRegister.All, HostAdapter->IO_Address + BusLogic_ControlRegisterOffset);
1197 outb(ControlRegister.All, HostAdapter->IO_Address + BusLogic_ControlRegisterOffset);
1202 return inb(HostAdapter->IO_Address + BusLogic_StatusRegisterOffset);
1208 outb(Value, HostAdapter->IO_Address + BusLogic_CommandParameterRegisterOffset);
1213 return inb(HostAdapter->IO_Address + BusLogic_DataInRegisterOffset);
1218 return inb(HostAdapter->IO_Address
[all...]
H A DBusLogic.c551 static void __init BusLogic_AppendProbeAddressISA(unsigned long IO_Address) argument
559 ProbeInfo->IO_Address = IO_Address;
662 PrimaryProbeInfo->IO_Address = 0;
672 unsigned long IO_Address; local
684 IO_Address = BaseAddress0 = pci_resource_start(PCI_Device, 0);
689 BusLogic_Error("at PCI Bus %d Device %d I/O Address 0x%X\n", NULL, Bus, Device, IO_Address);
699 BusLogic_Error("at PCI Bus %d Device %d I/O Address 0x%X\n", NULL, Bus, Device, IO_Address);
704 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);
712 HostAdapter->IO_Address
840 unsigned long IO_Address; local
893 unsigned long IO_Address; local
3325 unsigned long IO_Address = simple_strtoul(OptionsString, &OptionsString, 0); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A DDAC960.c185 if (Controller->IO_Address == 0)
193 Controller->Function, Controller->IO_Address,
1911 if (Controller->IO_Address == 0)
1913 else DAC960_Info("0x%X\n", Controller, Controller->IO_Address);
2678 if (Controller->IO_Address)
2679 release_region(Controller->IO_Address, 0x80);
2746 Controller->IO_Address = pci_resource_start(PCI_Device, 0);
2750 Controller->IO_Address = pci_resource_start(PCI_Device, 0);
2939 if (!request_region(Controller->IO_Address, 0x80,
2942 Controller, Controller->IO_Address);
[all...]
H A DDAC960.h2283 DAC960_IO_Address_T IO_Address; member in struct:DAC960_Controller

Completed in 544 milliseconds