Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/mediatek/mt76/
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()
/Linux-v6.6/drivers/infiniband/hw/hfi1/
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()
/Linux-v6.6/drivers/net/wwan/iosm/
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()
/Linux-v6.6/drivers/net/wireless/ath/ath11k/
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()
/Linux-v6.6/drivers/misc/cardreader/
Drts5228.c478 PCI_EXP_LNKCTL_ASPMC, pcr->aspm_en); in rts5228_enable_aspm()
490 PCI_EXP_LNKCTL_ASPMC, 0); in rts5228_disable_aspm()
Drts5261.c556 PCI_EXP_LNKCTL_ASPMC, pcr->aspm_en); in rts5261_enable_aspm()
569 PCI_EXP_LNKCTL_ASPMC, 0); in rts5261_disable_aspm()
Drtsx_pcr.c90 PCI_EXP_LNKCTL_ASPMC, in rtsx_comm_set_aspm()
/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Dpci.c798 PCI_EXP_LNKCTL_ASPMC); in ath12k_pci_aspm_disable()
807 PCI_EXP_LNKCTL_ASPMC, in ath12k_pci_aspm_restore()
809 PCI_EXP_LNKCTL_ASPMC); in ath12k_pci_aspm_restore()
/Linux-v6.6/drivers/pci/controller/dwc/
Dpcie-intel-gw.c129 val &= ~(PCI_EXP_LNKCTL_LD | PCI_EXP_LNKCTL_ASPMC); in intel_pcie_link_setup()
/Linux-v6.6/arch/sh/drivers/pci/
Dpcie-sh7786.c335 data &= ~PCI_EXP_LNKCTL_ASPMC; in pcie_init()
/Linux-v6.6/include/uapi/linux/
Dpci_regs.h553 #define PCI_EXP_LNKCTL_ASPMC 0x0003 /* ASPM Control */ macro
/Linux-v6.6/arch/x86/pci/
Dfixup.c223 value = value & ~PCI_EXP_LNKCTL_ASPMC; in quirk_pcie_aspm_write()
/Linux-v6.6/drivers/net/wireless/ath/ath10k/
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()
/Linux-v6.6/drivers/pci/pcie/
Daspm.c718 PCI_EXP_LNKCTL_ASPMC, val); in pcie_config_aspm_dev()
/Linux-v6.6/drivers/bluetooth/
Dhci_bcm4377.c2236 PCI_EXP_LNKCTL_ASPMC); in bcm4377_disable_aspm()
/Linux-v6.6/drivers/net/ethernet/intel/e1000e/
Dnetdev.c6795 pdev_aspmc &= PCI_EXP_LNKCTL_ASPMC; in __e1000e_disable_aspm()
6800 parent_aspmc &= PCI_EXP_LNKCTL_ASPMC; in __e1000e_disable_aspm()
6825 pdev_aspmc &= PCI_EXP_LNKCTL_ASPMC; in __e1000e_disable_aspm()
/Linux-v6.6/drivers/net/ethernet/marvell/
Dsky2.c3327 if (reg & PCI_EXP_LNKCTL_ASPMC) in sky2_reset()