Searched refs:pcireg_cfgread (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/amd64/pci/ |
| H A D | pci_cfgreg.c | 53 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 D | pci_cfgreg.c | 82 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()
|