Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/pcie/
Daspm.c299 info->enabled = reg16 & PCI_EXP_LNKCTL_ASPMC; in pcie_get_aspm_reg()
427 PCI_EXP_LNKCTL_ASPMC, val); in pcie_config_aspm_dev()
/linux-4.4.14/arch/x86/pci/
Dfixup.c221 value = value & ~PCI_EXP_LNKCTL_ASPMC; in quirk_pcie_aspm_write()
/linux-4.4.14/arch/sh/drivers/pci/
Dpcie-sh7786.c335 data &= ~PCI_EXP_LNKCTL_ASPMC; in pcie_init()
/linux-4.4.14/include/uapi/linux/
Dpci_regs.h522 #define PCI_EXP_LNKCTL_ASPMC 0x0003 /* ASPM Control */ macro
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dpcie.c1084 lnkctl &= ~PCI_EXP_LNKCTL_ASPMC; in do_pcie_gen3_transition()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dnetdev.c6422 pdev_aspmc &= PCI_EXP_LNKCTL_ASPMC; in __e1000e_disable_aspm()
6427 parent_aspmc &= PCI_EXP_LNKCTL_ASPMC; in __e1000e_disable_aspm()
6452 pdev_aspmc &= PCI_EXP_LNKCTL_ASPMC; in __e1000e_disable_aspm()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dpci.c2391 ar_pci->link_ctl & ~PCI_EXP_LNKCTL_ASPMC); in ath10k_pci_hif_power_up()
/linux-4.4.14/drivers/net/ethernet/marvell/
Dsky2.c3354 if (reg & PCI_EXP_LNKCTL_ASPMC) in sky2_reset()