Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/
A Dpci.c28 (aspm_conf & PCI_EXP_LNKCTL_ASPM_L0S) ? "L0s" : "", in mt76_pci_disable_aspm()
/linux/drivers/net/wireless/ath/ath9k/
A Dpci.c841 PCI_EXP_LNKCTL_ASPM_L0S | PCI_EXP_LNKCTL_ASPM_L1); in ath_pci_aspm_init()
848 PCI_EXP_LNKCTL_ASPM_L0S | PCI_EXP_LNKCTL_ASPM_L1); in ath_pci_aspm_init()
871 if (!ret && (aspm & (PCI_EXP_LNKCTL_ASPM_L0S | PCI_EXP_LNKCTL_ASPM_L1))) { in ath_pci_aspm_init()
/linux/drivers/pci/pcie/
A Daspm.c592 if (child_lnkctl & PCI_EXP_LNKCTL_ASPM_L0S) in pcie_aspm_cap_init()
594 if (parent_lnkctl & PCI_EXP_LNKCTL_ASPM_L0S) in pcie_aspm_cap_init()
767 dwstream |= PCI_EXP_LNKCTL_ASPM_L0S; in pcie_config_aspm_link()
769 upstream |= PCI_EXP_LNKCTL_ASPM_L0S; in pcie_config_aspm_link()
/linux/include/uapi/linux/
A Dpci_regs.h554 #define PCI_EXP_LNKCTL_ASPM_L0S 0x0001 /* L0s Enable */ macro
/linux/drivers/net/wireless/ath/ath11k/
A Dpci.c1017 u16_get_bits(ab_pci->link_ctl, PCI_EXP_LNKCTL_ASPM_L0S), in ath11k_pci_aspm_disable()
/linux/drivers/net/ethernet/intel/e1000e/
A Dnetdev.c6809 aspm_dis_mask |= PCI_EXP_LNKCTL_ASPM_L0S; in __e1000e_disable_aspm()
6833 (aspm_dis_mask & pdev_aspmc & PCI_EXP_LNKCTL_ASPM_L0S) ? in __e1000e_disable_aspm()
/linux/drivers/net/ethernet/chelsio/cxgb3/
A Dt3_hw.c3280 if (val & PCI_EXP_LNKCTL_ASPM_L0S) /* check LOsEnable */ in config_pcie()
/linux/drivers/net/wireless/intel/iwlwifi/pcie/
A Dtrans.c261 trans->pm_support = !(lctl & PCI_EXP_LNKCTL_ASPM_L0S); in iwl_pcie_apm_config()
/linux/drivers/net/wireless/intel/iwlegacy/
A Dcommon.c1222 il->power_data.pci_pm = !(lctl & PCI_EXP_LNKCTL_ASPM_L0S); in il_power_initialize()

Completed in 56 milliseconds