Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dpci.c28 (aspm_conf & PCI_EXP_LNKCTL_ASPM_L0S) ? "L0s" : "", in mt76_pci_disable_aspm()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H 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()
/openbmc/linux/drivers/pci/pcie/
H A Daspm.c631 if (child_lnkctl & PCI_EXP_LNKCTL_ASPM_L0S) in pcie_aspm_cap_init()
633 if (parent_lnkctl & PCI_EXP_LNKCTL_ASPM_L0S) in pcie_aspm_cap_init()
745 dwstream |= PCI_EXP_LNKCTL_ASPM_L0S; in pcie_config_aspm_link()
747 upstream |= PCI_EXP_LNKCTL_ASPM_L0S; in pcie_config_aspm_link()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h554 #define PCI_EXP_LNKCTL_ASPM_L0S 0x0001 /* L0s Enable */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h555 #define PCI_EXP_LNKCTL_ASPM_L0S 0x0001 /* L0s Enable */ macro
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dpci.c581 u16_get_bits(ab_pci->link_ctl, PCI_EXP_LNKCTL_ASPM_L0S), in ath11k_pci_aspm_disable()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dpci.c808 u16_get_bits(ab_pci->link_ctl, PCI_EXP_LNKCTL_ASPM_L0S), in ath12k_pci_aspm_disable()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c6787 aspm_dis_mask |= PCI_EXP_LNKCTL_ASPM_L0S; in __e1000e_disable_aspm()
6811 (aspm_dis_mask & pdev_aspmc & PCI_EXP_LNKCTL_ASPM_L0S) ? in __e1000e_disable_aspm()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c270 trans->pm_support = !(lctl & PCI_EXP_LNKCTL_ASPM_L0S); in iwl_pcie_apm_config()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c3280 if (val & PCI_EXP_LNKCTL_ASPM_L0S) /* check LOsEnable */ in config_pcie()
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c1222 il->power_data.pci_pm = !(lctl & PCI_EXP_LNKCTL_ASPM_L0S); in il_power_initialize()