Searched refs:PCI_EXP_LNKCTL_ASPM_L0S (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dpci.c28 (aspm_conf & PCI_EXP_LNKCTL_ASPM_L0S) ? "L0s" : "",
/linux-master/drivers/pci/pcie/
H A Daspm.c819 if (child_lnkctl & PCI_EXP_LNKCTL_ASPM_L0S)
821 if (parent_lnkctl & PCI_EXP_LNKCTL_ASPM_L0S)
933 dwstream |= PCI_EXP_LNKCTL_ASPM_L0S;
935 upstream |= PCI_EXP_LNKCTL_ASPM_L0S;
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dpci.c841 PCI_EXP_LNKCTL_ASPM_L0S | PCI_EXP_LNKCTL_ASPM_L1);
848 PCI_EXP_LNKCTL_ASPM_L0S | PCI_EXP_LNKCTL_ASPM_L1);
871 if (!ret && (aspm & (PCI_EXP_LNKCTL_ASPM_L0S | PCI_EXP_LNKCTL_ASPM_L1))) {
/linux-master/include/uapi/linux/
H A Dpci_regs.h555 #define PCI_EXP_LNKCTL_ASPM_L0S 0x0001 /* L0s Enable */ macro
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dpci.c594 u16_get_bits(ab_pci->link_ctl, PCI_EXP_LNKCTL_ASPM_L0S),
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dpci.c155 ((u8)init_aspm) == (PCI_EXP_LNKCTL_ASPM_L0S |
227 aspmlevel |= PCI_EXP_LNKCTL_ASPM_L0S | PCI_EXP_LNKCTL_ASPM_L1;
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dpci.c907 u16_get_bits(ab_pci->link_ctl, PCI_EXP_LNKCTL_ASPM_L0S),
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c6800 aspm_dis_mask |= PCI_EXP_LNKCTL_ASPM_L0S;
6824 (aspm_dis_mask & pdev_aspmc & PCI_EXP_LNKCTL_ASPM_L0S) ?
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c3280 if (val & PCI_EXP_LNKCTL_ASPM_L0S) /* check LOsEnable */
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c1225 il->power_data.pci_pm = !(lctl & PCI_EXP_LNKCTL_ASPM_L0S);
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c270 trans->pm_support = !(lctl & PCI_EXP_LNKCTL_ASPM_L0S);

Completed in 238 milliseconds