Home
last modified time | relevance | path

Searched refs:PCIEM_LINK_CAP_ASPM (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/pciconf/
H A Dcap.c653 if ((cap & PCIEM_LINK_CAP_ASPM) != 0) { in cap_express()
656 aspm_string((cap & PCIEM_LINK_CAP_ASPM) >> 10)); in cap_express()
/freebsd/sys/dev/pci/
H A Dpcireg.h836 #define PCIEM_LINK_CAP_ASPM 0x00000c00 macro
/freebsd/sys/dev/re/
H A Dif_re.c1374 if ((cap & PCIEM_LINK_CAP_ASPM) != 0) { in re_attach()
/freebsd/sys/dev/e1000/
H A Dif_em.c4237 if ((link_cap & PCIEM_LINK_CAP_ASPM) == 0) in em_disable_aspm()
/freebsd/sys/dev/alc/
H A Dif_alc.c1299 if ((cap & PCIEM_LINK_CAP_ASPM) != 0) { in alc_init_pcie()