Lines Matching refs:aspm
815 u32 t, aspm, cap_speed, cap_width, sta_speed, sta_width; in cap_express_link() local
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()
1402 u32 t, aspm, cap_speed, cap_width, sta_speed, sta_width; in cap_express_link_rcd() local
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()
1422 if (aspm & 2) in cap_express_link_rcd()
1423 printf("%sL1 %s", (aspm & 1) ? ", " : "", in cap_express_link_rcd()