Home
last modified time | relevance | path

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

/netbsd/sys/dev/pci/
H A Dpci.c737 switch (PCIE_XCAP_TYPE(capreg)) {
934 devtype = PCIE_XCAP_TYPE(xcap);
1013 devtype = PCIE_XCAP_TYPE(xcap);
H A Dppb.c128 devtype = PCIE_XCAP_TYPE(reg); in ppb_print_pcie()
H A Dpci_subr.c929 if (PCIE_XCAP_TYPE(reg) == PCIE_XCAP_TYPE_RC_EVNTC) in pci_conf_print_common()
1905 pcie_devtype = PCIE_XCAP_TYPE(reg); in pci_conf_print_pcie_cap()
2944 pcie_devtype = PCIE_XCAP_TYPE(reg); in pci_conf_print_aer_cap()
4457 pcie_devtype = PCIE_XCAP_TYPE(reg); in pci_conf_print_lmr_cap()
H A Dpcireg.h988 #define PCIE_XCAP_TYPE(x) __SHIFTOUT((x), PCIE_XCAP_TYPE_MASK) macro