Searched refs:pci_cfgenable (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/i386/pci/ |
H A D | pci_cfgreg.c | 249 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) in pci_cfgenable() function 305 port = pci_cfgenable(bus, slot, func, reg, bytes); in pcireg_cfgread() 330 port = pci_cfgenable(bus, slot, func, reg, bytes); in pcireg_cfgwrite() 364 port = pci_cfgenable(0, device, 0, 0, 4); in pci_cfgcheck() 369 port = pci_cfgenable(0, device, 0, 8, 4); in pci_cfgcheck() 376 port = pci_cfgenable(0, device, 0, 14, 1); in pci_cfgcheck()
|
/freebsd/sys/amd64/pci/ |
H A D | pci_cfgreg.c | 180 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) in pci_cfgenable() function 212 port = pci_cfgenable(bus, slot, func, reg, bytes); in pcireg_cfgread() 237 port = pci_cfgenable(bus, slot, func, reg, bytes); in pcireg_cfgwrite()
|