Home
last modified time | relevance | path

Searched refs:PCI_EXP_LNKCTL_ASPM_L0S (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dpci.c841 PCI_EXP_LNKCTL_ASPM_L0S | PCI_EXP_LNKCTL_ASPM_L1); in ath_pci_aspm_init()
848 PCI_EXP_LNKCTL_ASPM_L0S | PCI_EXP_LNKCTL_ASPM_L1); in ath_pci_aspm_init()
871 if (aspm & (PCI_EXP_LNKCTL_ASPM_L0S | PCI_EXP_LNKCTL_ASPM_L1)) { in ath_pci_aspm_init()
/linux-4.4.14/drivers/pci/pcie/
Daspm.c442 dwstream |= PCI_EXP_LNKCTL_ASPM_L0S; in pcie_config_aspm_link()
444 upstream |= PCI_EXP_LNKCTL_ASPM_L0S; in pcie_config_aspm_link()
/linux-4.4.14/include/uapi/linux/
Dpci_regs.h523 #define PCI_EXP_LNKCTL_ASPM_L0S 0x0001 /* L0s Enable */ macro
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/
Dtrans.c222 trans->pm_support = !(lctl & PCI_EXP_LNKCTL_ASPM_L0S); in iwl_pcie_apm_config()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dnetdev.c6412 aspm_dis_mask |= PCI_EXP_LNKCTL_ASPM_L0S; in __e1000e_disable_aspm()
6436 (aspm_dis_mask & pdev_aspmc & PCI_EXP_LNKCTL_ASPM_L0S) ? in __e1000e_disable_aspm()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c3310 if (val & PCI_EXP_LNKCTL_ASPM_L0S) /* check LOsEnable */ in config_pcie()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
Dcommon.c1242 il->power_data.pci_pm = !(lctl & PCI_EXP_LNKCTL_ASPM_L0S); in il_power_initialize()