Searched refs:aspm (Results 1 – 3 of 3) sorted by relevance
819 aspm = (t & PCI_EXP_LNKCAP_ASPM) >> 10; in cap_express_link()825 aspm_support(aspm)); in cap_express_link()826 if (aspm) in cap_express_link()829 if (aspm & 1) in cap_express_link()831 if (aspm & 2) in cap_express_link()832 printf("%sL1 %s", (aspm & 1) ? ", " : "", in cap_express_link()1410 aspm = (t & PCI_EXP_LNKCAP_ASPM) >> 10; in cap_express_link_rcd()1416 aspm_support(aspm)); in cap_express_link_rcd()1417 if (aspm) in cap_express_link_rcd()1420 if (aspm & 1) in cap_express_link_rcd()[all …]
150 dev->aspm = lnk_ctl & PCI_EXP_LNKCTL_ASPM; in margin_prep_dev()177 lnk_ctl = SET_REG_MASK(lnk_ctl, PCI_EXP_LNKCAP_ASPM, dev->aspm); in margin_restore_dev()
35 u8 aspm; member