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