Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dpci_regs.h513 #define PCI_EXP_LNKCAP_ASPMS 0x00000c00 /* ASPM Support */ macro
/linux-4.4.14/drivers/pci/pcie/
Daspm.c295 info->support = (reg32 & PCI_EXP_LNKCAP_ASPMS) >> 10; in pcie_get_aspm_reg()