Searched refs:pci_cfgenable (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/i386/pci/ |
| HD | pci_cfgreg.c | 253 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) in pci_cfgenable() function 342 port = pci_cfgenable(bus, slot, func, reg, bytes); in pcireg_cfgread() 367 port = pci_cfgenable(bus, slot, func, reg, bytes); in pcireg_cfgwrite() 401 port = pci_cfgenable(0, device, 0, 0, 4); in pci_cfgcheck() 406 port = pci_cfgenable(0, device, 0, 8, 4); in pci_cfgcheck() 413 port = pci_cfgenable(0, device, 0, 14, 1); in pci_cfgcheck()
|
| /NextBSD/sys/amd64/pci/ |
| HD | pci_cfgreg.c | 179 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) in pci_cfgenable() function 211 port = pci_cfgenable(bus, slot, func, reg, bytes); in pcireg_cfgread() 236 port = pci_cfgenable(bus, slot, func, reg, bytes); in pcireg_cfgwrite()
|