Home
last modified time | relevance | path

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

/freebsd/sys/i386/pci/
H A Dpci_cfgreg.c78 int cfgmech; variable
146 if (cfgmech == CFGMECH_NONE && pcireg_cfgopen() == 0) in pci_cfgregopen()
180 if (cfgmech == CFGMECH_PCIE) { in pci_docfgregread()
228 if (cfgmech == CFGMECH_PCIE) { in pci_cfgregwrite()
260 switch (cfgmech) { in pci_cfgenable()
282 switch (cfgmech) { in pci_cfgdisable()
410 cfgmech = CFGMECH_1; in pcireg_cfgopen()
424 return (cfgmech); in pcireg_cfgopen()
437 return (cfgmech); in pcireg_cfgopen()
449 cfgmech = CFGMECH_2; in pcireg_cfgopen()
[all …]
/freebsd/sys/amd64/pci/
H A Dpci_cfgreg.c70 int cfgmech = CFGMECH_1; variable
106 if (cfgmech == CFGMECH_PCIE) { in pci_docfgregread()
159 if (cfgmech == CFGMECH_PCIE) { in pci_cfgregwrite()
305 cfgmech = CFGMECH_PCIE; in pcie_cfgregopen()
/freebsd/sys/x86/x86/
H A Dlegacy.c123 if (cfgmech == CFGMECH_NONE || cfgmech == CFGMECH_PCIE) in legacy_pci_cfgregopen()
148 if (bootverbose && cfgmech == CFGMECH_PCIE) in legacy_pci_cfgregopen()
/freebsd/sys/x86/include/
H A Dpci_cfgreg.h56 extern int cfgmech;