Searched refs:gPCIModule (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/drivers/network/sis19x/
H A DDriver.h31 extern pci_module_info* gPCIModule;
H A DDevice.cpp39 uint32 cmdRegister = gPCIModule->read_pci_config(PCIInfo.bus,
43 gPCIModule->write_pci_config(PCIInfo.bus, PCIInfo.device,
272 return gPCIModule->read_io_8(fIOBase + offset);
279 return gPCIModule->read_io_16(fIOBase + offset);
286 return gPCIModule->read_io_32(fIOBase + offset);
293 gPCIModule->write_io_8(fIOBase + offset, value);
300 gPCIModule->write_io_16(fIOBase + offset, value);
307 gPCIModule->write_io_32(fIOBase + offset, value);
594 uint32 register73 = gPCIModule->read_pci_config(fPCIInfo.bus,
605 for (long i = 0; B_OK == (*gPCIModule
[all...]
H A DDriver.cpp31 pci_module_info* gPCIModule = NULL; variable
44 status_t result = get_module(B_PCI_MODULE_NAME, (module_info**)&gPCIModule);
50 for (long i = 0; B_OK == (*gPCIModule->get_nth_pci_info)(i, &info); i++) {
114 status_t status = get_module(B_PCI_MODULE_NAME, (module_info**)&gPCIModule);
124 for (long i = 0; B_OK == (*gPCIModule->get_nth_pci_info)(i, &info); i++) {
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/ipw2100/
H A Ddriver.cpp29 pci_module_info *gPCIModule; variable
103 status_t result = get_module(B_PCI_MODULE_NAME, (module_info **)&gPCIModule);
111 while (gPCIModule->get_nth_pci_info(index++, info) == B_OK
208 IPW2100 *device = new IPW2100(deviceID, gDeviceList[deviceID], gPCIModule);
/haiku-fatelf/src/add-ons/kernel/drivers/ports/pc_serial/
H A DDriver.cpp28 pci_module_info *gPCIModule = NULL; variable
435 uint32 cmd = gPCIModule->read_pci_config(pcii->bus, pcii->device,
439 gPCIModule->write_pci_config(pcii->bus, pcii->device,
511 for (ix = 0; (*gPCIModule->get_nth_pci_info)(ix, &info) == B_OK; ix++) {
719 status = get_module(B_PCI_MODULE_NAME, (module_info **)&gPCIModule);
H A DDriver.h197 extern pci_module_info *gPCIModule;
H A DSerialDevice.cpp1167 ret = gPCIModule->read_io_8(IOBase() + reg);
1189 gPCIModule->write_io_8(IOBase() + reg, value);

Completed in 103 milliseconds