Searched refs:pcireg_cfgread (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/amd64/pci/ |
H A D | pci_cfgreg.c | 60 static int pcireg_cfgread(int bus, int slot, int func, int reg, int bytes); 104 return (pcireg_cfgread(bus, slot, func, reg, bytes)); in pci_docfgregread() 116 return (pcireg_cfgread(bus, slot, func, reg, bytes)); in pci_docfgregread() 206 pcireg_cfgread(int bus, int slot, int func, int reg, int bytes) in pcireg_cfgread() function 269 val1 = pcireg_cfgread(0, slot, 0, 0, 4); in pcie_init_badslots()
|
/freebsd/sys/i386/pci/ |
H A D | pci_cfgreg.c | 89 static int pcireg_cfgread(int bus, int slot, int func, int reg, int bytes); 178 return (pcireg_cfgread(bus, slot, func, reg, bytes)); in pci_docfgregread() 190 return (pcireg_cfgread(bus, slot, func, reg, bytes)); in pci_docfgregread() 299 pcireg_cfgread(int bus, int slot, int func, int reg, int bytes) in pcireg_cfgread() function 531 val1 = pcireg_cfgread(0, slot, 0, 0, 4); in pcie_init_badslots()
|