Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/pci/
H A Dpci_cfgreg.c53 static int pcireg_cfgread(int bus, int slot, int func, int reg, int bytes);
90 return (pcireg_cfgread(bus, slot, func, reg, bytes)); in pci_docfgregread()
165 pcireg_cfgread(int bus, int slot, int func, int reg, int bytes) in pcireg_cfgread() function
244 val1 = pcireg_cfgread(0, slot, 0, 0, 4); in pcie_cfgregopen()
/f-stack/freebsd/i386/pci/
H A Dpci_cfgreg.c82 static int pcireg_cfgread(int bus, int slot, int func, int reg, int bytes);
164 return (pcireg_cfgread(bus, slot, func, reg, bytes)); in pci_docfgregread()
258 pcireg_cfgread(int bus, int slot, int func, int reg, int bytes) in pcireg_cfgread() function
507 val1 = pcireg_cfgread(0, slot, 0, 0, 4); in pcie_cfgregopen()