Searched refs:pci_cfgenable (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/i386/pci/
H A Dpci_cfgreg.c262 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) function
351 port = pci_cfgenable(bus, slot, func, reg, bytes);
376 port = pci_cfgenable(bus, slot, func, reg, bytes);
411 port = pci_cfgenable(0, device, 0, 0, 4);
416 port = pci_cfgenable(0, device, 0, 8, 4);
423 port = pci_cfgenable(0, device, 0, 14, 1);
/freebsd-10.3-release/sys/amd64/pci/
H A Dpci_cfgreg.c180 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) function
212 port = pci_cfgenable(bus, slot, func, reg, bytes);
237 port = pci_cfgenable(bus, slot, func, reg, bytes);

Completed in 49 milliseconds