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

/freebsd-13-stable/sys/amd64/pci/
H A Dpci_cfgreg.c47 static uint32_t pci_docfgregread(int bus, int slot, int func, int reg,
82 pci_docfgregread(int bus, int slot, int func, int reg, int bytes) function
110 line = pci_docfgregread(bus, slot, func, PCIR_INTLINE, 1);
115 return (pci_docfgregread(bus, slot, func, reg, bytes));
/freebsd-13-stable/sys/i386/pci/
H A Dpci_cfgreg.c80 static uint32_t pci_docfgregread(int bus, int slot, int func, int reg,
156 pci_docfgregread(int bus, int slot, int func, int reg, int bytes) function
181 line = pci_docfgregread(bus, slot, func, PCIR_INTLINE, 1);
184 return (pci_docfgregread(bus, slot, func, reg, bytes));

Completed in 108 milliseconds