MCPcopy Create free account
hub / github.com/F-Stack/f-stack / pci_cfgregopen

Function pci_cfgregopen

freebsd/amd64/pci/pci_cfgreg.c:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 "Enable support for PCI-e memory mapped config access");
73
74int
75pci_cfgregopen(void)
76{
77
78 return (1);
79}
80
81static uint32_t
82pci_docfgregread(int bus, int slot, int func, int reg, int bytes)

Callers 1

pcie_cfgregopenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected