Home
last modified time | relevance | path

Searched refs:PCI_PCIE_XCAP_VER (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/
H A Dpcireg.h570 #define PCI_PCIE_XCAP_VER(x) (((x) >> 16) & 0x0f) macro
/openbsd/sys/dev/pci/drm/
H A Ddrm_linux.c2674 if (PCI_PCIE_XCAP_VER(xcap) >= 2) in pcie_get_speed_cap()