/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | pci.c | 15 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 D | aspm.c | 70 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 D | iosm_ipc_pcie.c | 154 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 D | pci.c | 586 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 D | rts5228.c | 478 PCI_EXP_LNKCTL_ASPMC, pcr->aspm_en); in rts5228_enable_aspm() 490 PCI_EXP_LNKCTL_ASPMC, 0); in rts5228_disable_aspm()
|
H A D | rts5261.c | 556 PCI_EXP_LNKCTL_ASPMC, pcr->aspm_en); in rts5261_enable_aspm() 569 PCI_EXP_LNKCTL_ASPMC, 0); in rts5261_disable_aspm()
|
H A D | rtsx_pcr.c | 90 PCI_EXP_LNKCTL_ASPMC, in rtsx_comm_set_aspm()
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | pci.c | 813 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 D | pcie-intel-gw.c | 129 val &= ~(PCI_EXP_LNKCTL_LD | PCI_EXP_LNKCTL_ASPMC); in intel_pcie_link_setup()
|
/openbmc/linux/arch/sh/drivers/pci/ |
H A D | pcie-sh7786.c | 335 data &= ~PCI_EXP_LNKCTL_ASPMC; in pcie_init()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 553 #define PCI_EXP_LNKCTL_ASPMC 0x0003 /* ASPM Control */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 554 #define PCI_EXP_LNKCTL_ASPMC 0x0003 /* ASPM Control */ macro
|
/openbmc/linux/arch/x86/pci/ |
H A D | fixup.c | 225 value = value & ~PCI_EXP_LNKCTL_ASPMC; in quirk_pcie_aspm_write()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | pci.c | 1967 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 D | aspm.c | 718 PCI_EXP_LNKCTL_ASPMC, val); in pcie_config_aspm_dev()
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | pci.c | 167 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 D | hci_bcm4377.c | 2237 PCI_EXP_LNKCTL_ASPMC); in bcm4377_disable_aspm()
|
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | netdev.c | 6797 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 D | sky2.c | 3327 if (reg & PCI_EXP_LNKCTL_ASPMC) in sky2_reset()
|