HomeSort by: relevance | last modified time | path
    Searched defs:lcap2 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/linux/
linux_pci.c 1027 pcireg_t lcap, lcap2, xcap; local in function:pcie_get_speed_cap
1034 /* Only PCIe 3.x has LCAP2. */
1037 lcap2 = pci_conf_read(pc, tag, off + PCIE_LCAP2);
1038 if (lcap2) {
1039 if ((lcap2 & PCIE_LCAP2_SUP_LNKS64) != 0) {
1042 if ((lcap2 & PCIE_LCAP2_SUP_LNKS32) != 0) {
1045 if ((lcap2 & PCIE_LCAP2_SUP_LNKS16) != 0) {
1048 if ((lcap2 & PCIE_LCAP2_SUP_LNKS8) != 0) {
1051 if ((lcap2 & PCIE_LCAP2_SUP_LNKS5) != 0) {
1054 if ((lcap2 & PCIE_LCAP2_SUP_LNKS2) != 0)
    [all...]

Completed in 38 milliseconds