Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/mediatek/mt76/
Dpci.c14 aspm_conf &= PCI_EXP_LNKCTL_ASPMC; in mt76_pci_disable_aspm()
18 parent_aspm_conf &= PCI_EXP_LNKCTL_ASPMC; in mt76_pci_disable_aspm()
/Linux-v5.4/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-v5.4/arch/sh/drivers/pci/
Dpcie-sh7786.c334 data &= ~PCI_EXP_LNKCTL_ASPMC; in pcie_init()
/Linux-v5.4/drivers/pci/pcie/
Daspm.c402 info->enabled = reg16 & PCI_EXP_LNKCTL_ASPMC; in pcie_get_aspm_reg()
753 PCI_EXP_LNKCTL_ASPMC, val); in pcie_config_aspm_dev()
/Linux-v5.4/arch/x86/pci/
Dfixup.c222 value = value & ~PCI_EXP_LNKCTL_ASPMC; in quirk_pcie_aspm_write()
/Linux-v5.4/include/uapi/linux/
Dpci_regs.h542 #define PCI_EXP_LNKCTL_ASPMC 0x0003 /* ASPM Control */ macro
/Linux-v5.4/drivers/net/ethernet/intel/e1000e/
Dnetdev.c6491 pdev_aspmc &= PCI_EXP_LNKCTL_ASPMC; in __e1000e_disable_aspm()
6496 parent_aspmc &= PCI_EXP_LNKCTL_ASPMC; in __e1000e_disable_aspm()
6521 pdev_aspmc &= PCI_EXP_LNKCTL_ASPMC; in __e1000e_disable_aspm()
/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dpci.c2806 ar_pci->link_ctl & ~PCI_EXP_LNKCTL_ASPMC); in ath10k_pci_hif_power_up()
/Linux-v5.4/drivers/net/ethernet/marvell/
Dsky2.c3327 if (reg & PCI_EXP_LNKCTL_ASPMC) in sky2_reset()