Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dpci.c29 (aspm_conf & PCI_EXP_LNKCTL_ASPM_L1) ? "L1" : ""); in mt76_pci_disable_aspm()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Daspm.c71 PCI_EXP_LNKCTL_ASPM_L1); in aspm_hw_enable_l1()
74 PCI_EXP_LNKCTL_ASPM_L1); in aspm_hw_enable_l1()
/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.c640 if (parent_lnkctl & child_lnkctl & PCI_EXP_LNKCTL_ASPM_L1) in pcie_aspm_cap_init()
693 PCI_EXP_LNKCTL_ASPM_L1); in pcie_config_aspm_l1ss()
695 PCI_EXP_LNKCTL_ASPM_L1); in pcie_config_aspm_l1ss()
749 upstream |= PCI_EXP_LNKCTL_ASPM_L1; in pcie_config_aspm_link()
750 dwstream |= PCI_EXP_LNKCTL_ASPM_L1; in pcie_config_aspm_link()
/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_pcie.c157 return (enabled == PCI_EXP_LNKCTL_ASPM_L1 || in ipc_pcie_check_aspm_enabled()
192 if (support < PCI_EXP_LNKCTL_ASPM_L1) { in ipc_pcie_check_aspm_supported()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h555 #define PCI_EXP_LNKCTL_ASPM_L1 0x0002 /* L1 Enable */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h556 #define PCI_EXP_LNKCTL_ASPM_L1 0x0002 /* L1 Enable */ macro
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-host.c823 if (dw_pcie_readw_dbi(pci, offset + PCI_EXP_LNKCTL) & PCI_EXP_LNKCTL_ASPM_L1) in dw_pcie_suspend_noirq()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dpci.c582 u16_get_bits(ab_pci->link_ctl, PCI_EXP_LNKCTL_ASPM_L1)); in ath11k_pci_aspm_disable()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dpci.c809 u16_get_bits(ab_pci->link_ctl, PCI_EXP_LNKCTL_ASPM_L1)); in ath12k_pci_aspm_disable()
/openbmc/linux/drivers/misc/cardreader/
H A Drtsx_pcr.c1419 if (cfg_val & PCI_EXP_LNKCTL_ASPM_L1) in rtsx_pci_init_chip()
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dpci.c1384 if (!(rtwpci->link_ctrl & PCI_EXP_LNKCTL_ASPM_L1)) in rtw_pci_link_ps()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c6803 aspm_dis_mask |= PCI_EXP_LNKCTL_ASPM_L1; in __e1000e_disable_aspm()
6826 (aspm_dis_mask & pdev_aspmc & PCI_EXP_LNKCTL_ASPM_L1) ? in __e1000e_disable_aspm()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c275 (lctl & PCI_EXP_LNKCTL_ASPM_L1) ? "En" : "Dis", in iwl_pcie_apm_config()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dpci.c3532 if (link_ctrl & PCI_EXP_LNKCTL_ASPM_L1) in rtw89_pci_link_cfg()
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c4281 if (!ret && (lctl & PCI_EXP_LNKCTL_ASPM_L1)) { in il_apm_init()