Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Daspm.h117 PCI_EXP_LNKCTL_ASPMC, in aspm_hw_enable_l1()
120 PCI_EXP_LNKCTL_ASPMC, in aspm_hw_enable_l1()
130 PCI_EXP_LNKCTL_ASPMC, 0x0); in aspm_hw_disable_l1()
133 PCI_EXP_LNKCTL_ASPMC, 0x0); in aspm_hw_disable_l1()
/Linux-v4.19/arch/sh/drivers/pci/
Dpcie-sh7786.c337 data &= ~PCI_EXP_LNKCTL_ASPMC; in pcie_init()
/Linux-v4.19/drivers/pci/pcie/
Daspm.c390 info->enabled = reg16 & PCI_EXP_LNKCTL_ASPMC; in pcie_get_aspm_reg()
741 PCI_EXP_LNKCTL_ASPMC, val); in pcie_config_aspm_dev()
/Linux-v4.19/arch/x86/pci/
Dfixup.c222 value = value & ~PCI_EXP_LNKCTL_ASPMC; in quirk_pcie_aspm_write()
/Linux-v4.19/include/uapi/linux/
Dpci_regs.h536 #define PCI_EXP_LNKCTL_ASPMC 0x0003 /* ASPM Control */ macro
/Linux-v4.19/drivers/net/ethernet/intel/e1000e/
Dnetdev.c6469 pdev_aspmc &= PCI_EXP_LNKCTL_ASPMC; in __e1000e_disable_aspm()
6474 parent_aspmc &= PCI_EXP_LNKCTL_ASPMC; in __e1000e_disable_aspm()
6499 pdev_aspmc &= PCI_EXP_LNKCTL_ASPMC; in __e1000e_disable_aspm()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dpci.c2802 ar_pci->link_ctl & ~PCI_EXP_LNKCTL_ASPMC); in ath10k_pci_hif_power_up()
/Linux-v4.19/drivers/net/ethernet/marvell/
Dsky2.c3344 if (reg & PCI_EXP_LNKCTL_ASPMC) in sky2_reset()