Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/pcie/
Daspm.c302 info->enabled = reg16 & PCI_EXP_LNKCTL_ASPMC; in pcie_get_aspm_reg()
430 PCI_EXP_LNKCTL_ASPMC, val); in pcie_config_aspm_dev()
/linux-4.1.27/arch/x86/pci/
Dfixup.c234 value = value & ~PCI_EXP_LNKCTL_ASPMC; in quirk_pcie_aspm_write()
/linux-4.1.27/arch/sh/drivers/pci/
Dpcie-sh7786.c335 data &= ~PCI_EXP_LNKCTL_ASPMC; in pcie_init()
/linux-4.1.27/include/uapi/linux/
Dpci_regs.h481 #define PCI_EXP_LNKCTL_ASPMC 0x0003 /* ASPM Control */ macro
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dnetdev.c6245 pdev_aspmc &= PCI_EXP_LNKCTL_ASPMC; in e1000e_disable_aspm()
6250 parent_aspmc &= PCI_EXP_LNKCTL_ASPMC; in e1000e_disable_aspm()
6272 pdev_aspmc &= PCI_EXP_LNKCTL_ASPMC; in e1000e_disable_aspm()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dsky2.c3354 if (reg & PCI_EXP_LNKCTL_ASPMC) in sky2_reset()