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

/freebsd-12-stable/sys/i386/pci/
H A Dpci_cfgreg.c208 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) function
264 port = pci_cfgenable(bus, slot, func, reg, bytes);
289 port = pci_cfgenable(bus, slot, func, reg, bytes);
323 port = pci_cfgenable(0, device, 0, 0, 4);
328 port = pci_cfgenable(0, device, 0, 8, 4);
335 port = pci_cfgenable(0, device, 0, 14, 1);
/freebsd-12-stable/sys/amd64/pci/
H A Dpci_cfgreg.c139 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) function
171 port = pci_cfgenable(bus, slot, func, reg, bytes);
196 port = pci_cfgenable(bus, slot, func, reg, bytes);

Completed in 104 milliseconds