Searched refs:PCIE_XCAP_TYPE (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dpci.c769 switch (PCIE_XCAP_TYPE(capreg)) {
966 devtype = PCIE_XCAP_TYPE(xcap);
1045 devtype = PCIE_XCAP_TYPE(xcap);
H A Dppb.c128 devtype = PCIE_XCAP_TYPE(reg);
H A Dpci_subr.c929 if (PCIE_XCAP_TYPE(reg) == PCIE_XCAP_TYPE_RC_EVNTC)
1905 pcie_devtype = PCIE_XCAP_TYPE(reg);
2944 pcie_devtype = PCIE_XCAP_TYPE(reg);
4457 pcie_devtype = PCIE_XCAP_TYPE(reg);
H A Dpcireg.h988 #define PCIE_XCAP_TYPE(x) __SHIFTOUT((x), PCIE_XCAP_TYPE_MASK) macro

Completed in 265 milliseconds