Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dpci.c15 aspm_conf &= PCI_EXP_LNKCTL_ASPMC; in mt76_pci_disable_aspm()
19 parent_aspm_conf &= PCI_EXP_LNKCTL_ASPMC; in mt76_pci_disable_aspm()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Daspm.c70 PCI_EXP_LNKCTL_ASPMC, in aspm_hw_enable_l1()
73 PCI_EXP_LNKCTL_ASPMC, in aspm_hw_enable_l1()
83 PCI_EXP_LNKCTL_ASPMC, 0x0); in aspm_hw_disable_l1()
86 PCI_EXP_LNKCTL_ASPMC, 0x0); in aspm_hw_disable_l1()
/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_pcie.c154 enabled = value & PCI_EXP_LNKCTL_ASPMC; in ipc_pcie_check_aspm_enabled()
158 enabled == PCI_EXP_LNKCTL_ASPMC); in ipc_pcie_check_aspm_enabled()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dpci.c586 PCI_EXP_LNKCTL_ASPMC); in ath11k_pci_aspm_disable()
595 PCI_EXP_LNKCTL_ASPMC, in ath11k_pci_aspm_restore()
597 PCI_EXP_LNKCTL_ASPMC); in ath11k_pci_aspm_restore()
/openbmc/linux/drivers/misc/cardreader/
H A Drts5228.c478 PCI_EXP_LNKCTL_ASPMC, pcr->aspm_en); in rts5228_enable_aspm()
490 PCI_EXP_LNKCTL_ASPMC, 0); in rts5228_disable_aspm()
H A Drts5261.c556 PCI_EXP_LNKCTL_ASPMC, pcr->aspm_en); in rts5261_enable_aspm()
569 PCI_EXP_LNKCTL_ASPMC, 0); in rts5261_disable_aspm()
H A Drtsx_pcr.c90 PCI_EXP_LNKCTL_ASPMC, in rtsx_comm_set_aspm()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dpci.c813 PCI_EXP_LNKCTL_ASPMC); in ath12k_pci_aspm_disable()
822 PCI_EXP_LNKCTL_ASPMC, in ath12k_pci_aspm_restore()
824 PCI_EXP_LNKCTL_ASPMC); in ath12k_pci_aspm_restore()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-intel-gw.c129 val &= ~(PCI_EXP_LNKCTL_LD | PCI_EXP_LNKCTL_ASPMC); in intel_pcie_link_setup()
/openbmc/linux/arch/sh/drivers/pci/
H A Dpcie-sh7786.c335 data &= ~PCI_EXP_LNKCTL_ASPMC; in pcie_init()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h553 #define PCI_EXP_LNKCTL_ASPMC 0x0003 /* ASPM Control */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h554 #define PCI_EXP_LNKCTL_ASPMC 0x0003 /* ASPM Control */ macro
/openbmc/linux/arch/x86/pci/
H A Dfixup.c225 value = value & ~PCI_EXP_LNKCTL_ASPMC; in quirk_pcie_aspm_write()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dpci.c1967 PCI_EXP_LNKCTL_ASPMC, in ath10k_pci_hif_start()
1968 ar_pci->link_ctl & PCI_EXP_LNKCTL_ASPMC); in ath10k_pci_hif_start()
2826 PCI_EXP_LNKCTL_ASPMC); in ath10k_pci_hif_power_up()
/openbmc/linux/drivers/pci/pcie/
H A Daspm.c718 PCI_EXP_LNKCTL_ASPMC, val); in pcie_config_aspm_dev()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dpci.c167 value &= PCI_EXP_LNKCTL_ASPMC; in _rtl_pci_platform_switch_device_pci_aspm()
173 PCI_EXP_LNKCTL_ASPMC | value, in _rtl_pci_platform_switch_device_pci_aspm()
/openbmc/linux/drivers/bluetooth/
H A Dhci_bcm4377.c2237 PCI_EXP_LNKCTL_ASPMC); in bcm4377_disable_aspm()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c6797 pdev_aspmc &= PCI_EXP_LNKCTL_ASPMC; in __e1000e_disable_aspm()
6802 parent_aspmc &= PCI_EXP_LNKCTL_ASPMC; in __e1000e_disable_aspm()
6827 pdev_aspmc &= PCI_EXP_LNKCTL_ASPMC; in __e1000e_disable_aspm()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dsky2.c3327 if (reg & PCI_EXP_LNKCTL_ASPMC) in sky2_reset()