Home
last modified time | relevance | path

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

/dragonfly/sys/bus/pci/x86_64/
H A Dpci_cfgreg.c70 static int pcireg_cfgread(int bus, int slot, int func, int reg, int bytes);
136 return pcireg_cfgread(bus, slot, func, reg, bytes); in pci_docfgregread()
212 pcireg_cfgread(int bus, int slot, int func, int reg, int bytes) in pcireg_cfgread() function
296 val1 = pcireg_cfgread(0, slot, 0, 0, 4); in pcie_cfgregopen()