Searched refs:PCI_PCIE_XCAP_VER (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pci/ | ||
H A D | pcireg.h | 570 #define PCI_PCIE_XCAP_VER(x) (((x) >> 16) & 0x0f) macro |
/openbsd/sys/dev/pci/drm/ | ||
H A D | drm_linux.c | 2674 if (PCI_PCIE_XCAP_VER(xcap) >= 2) in pcie_get_speed_cap() |