Searched refs:PCI_EXP_LNKCAP_ASPM (Results 1 – 3 of 3) sorted by relevance
177 lnk_ctl = SET_REG_MASK(lnk_ctl, PCI_EXP_LNKCAP_ASPM, dev->aspm); in margin_restore_dev()
819 aspm = (t & PCI_EXP_LNKCAP_ASPM) >> 10; in cap_express_link()1410 aspm = (t & PCI_EXP_LNKCAP_ASPM) >> 10; in cap_express_link_rcd()
820 #define PCI_EXP_LNKCAP_ASPM 0x00c00 /* Active State Power Management */ macro