Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dpci.c28 (aspm_conf & PCI_EXP_LNKCTL_ASPM_L0S) ? "L0s" : "", in mt76_pci_disable_aspm()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dpci.c613 u16_get_bits(ab_pci->link_ctl, PCI_EXP_LNKCTL_ASPM_L0S), in ath11k_pci_aspm_disable()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h118 #define PCI_EXP_LNKCTL_ASPM_L0S PCIEM_LINK_CTL_ASPMC_L0S macro
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dpci.c805 u16_get_bits(ab_pci->link_ctl, PCI_EXP_LNKCTL_ASPM_L0S), in ath12k_pci_aspm_disable()
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c298 trans->pm_support = !(lctl & PCI_EXP_LNKCTL_ASPM_L0S); in iwl_pcie_apm_config()