Home
last modified time | relevance | path

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

/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_pcie.c156 enabled = value & PCI_EXP_LNKCTL_ASPMC; in ipc_pcie_check_aspm_enabled()
160 enabled == PCI_EXP_LNKCTL_ASPMC); in ipc_pcie_check_aspm_enabled()
/linux/drivers/misc/cardreader/
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.c92 PCI_EXP_LNKCTL_ASPMC, in rtsx_comm_set_aspm()
/linux/arch/sh/drivers/pci/
H A Dpcie-sh7786.c335 data &= ~PCI_EXP_LNKCTL_ASPMC; in pcie_init()
/linux/arch/x86/pci/
H A Dfixup.c225 value = value & ~PCI_EXP_LNKCTL_ASPMC; in quirk_pcie_aspm_write()
/linux/include/uapi/linux/
H A Dpci_regs.h565 #define PCI_EXP_LNKCTL_ASPMC 0x0003 /* ASPM Control */ macro
/linux/drivers/net/wireless/ath/ath10k/
H A Dpci.c1970 PCI_EXP_LNKCTL_ASPMC, in ath10k_pci_hif_start()
1971 ar_pci->link_ctl & PCI_EXP_LNKCTL_ASPMC); in ath10k_pci_hif_start()
2829 PCI_EXP_LNKCTL_ASPMC); in ath10k_pci_hif_power_up()
/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c6805 pdev_aspmc &= PCI_EXP_LNKCTL_ASPMC; in __e1000e_disable_aspm()
6810 parent_aspmc &= PCI_EXP_LNKCTL_ASPMC; in __e1000e_disable_aspm()
6835 pdev_aspmc &= PCI_EXP_LNKCTL_ASPMC; in __e1000e_disable_aspm()
/linux/drivers/net/ethernet/marvell/
H A Dsky2.c3327 if (reg & PCI_EXP_LNKCTL_ASPMC) in sky2_reset()