Home
last modified time | relevance | path

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

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