Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/pciconf/
H A Dcap.c427 aspm_string(uint8_t aspm) in aspm_string() function
544 printf(" ASPM %s(%s)", aspm_string(ctl & PCIEM_LINK_CTL_ASPMC), in cap_express()
545 aspm_string((cap & PCIEM_LINK_CAP_ASPM) >> 10)); in cap_express()