Home
last modified time | relevance | path

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

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