Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
int
75
pci_cfgregopen(void)
76
{
77
78
return (1);
79
}
80
81
static uint32_t
82
pci_docfgregread(int bus, int slot, int func, int reg, int bytes)
Callers
1
pcie_cfgregopen
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected