Searched refs:PCI_EXP_LNKCTL_ASPM_L1 (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dpci.c29 (aspm_conf & PCI_EXP_LNKCTL_ASPM_L1) ? "L1" : "");
/linux-master/drivers/infiniband/hw/hfi1/
H A Daspm.c71 PCI_EXP_LNKCTL_ASPM_L1);
74 PCI_EXP_LNKCTL_ASPM_L1);
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_pcie.c157 return (enabled == PCI_EXP_LNKCTL_ASPM_L1 ||
192 if (support < PCI_EXP_LNKCTL_ASPM_L1) {
/linux-master/drivers/pci/pcie/
H A Daspm.c828 if (parent_lnkctl & child_lnkctl & PCI_EXP_LNKCTL_ASPM_L1)
881 PCI_EXP_LNKCTL_ASPM_L1);
883 PCI_EXP_LNKCTL_ASPM_L1);
937 upstream |= PCI_EXP_LNKCTL_ASPM_L1;
938 dwstream |= PCI_EXP_LNKCTL_ASPM_L1;
/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.h556 #define PCI_EXP_LNKCTL_ASPM_L1 0x0002 /* L1 Enable */ macro
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dpci.c595 u16_get_bits(ab_pci->link_ctl, PCI_EXP_LNKCTL_ASPM_L1));
/linux-master/drivers/pci/controller/dwc/
H A Dpcie-designware-host.c831 if (dw_pcie_readw_dbi(pci, offset + PCI_EXP_LNKCTL) & PCI_EXP_LNKCTL_ASPM_L1)
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dpci.c156 PCI_EXP_LNKCTL_ASPM_L1 | PCI_EXP_LNKCTL_CCC))
227 aspmlevel |= PCI_EXP_LNKCTL_ASPM_L0S | PCI_EXP_LNKCTL_ASPM_L1;
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dpci.c908 u16_get_bits(ab_pci->link_ctl, PCI_EXP_LNKCTL_ASPM_L1));
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dpci.c1384 if (!(rtwpci->link_ctrl & PCI_EXP_LNKCTL_ASPM_L1))
/linux-master/drivers/misc/cardreader/
H A Drtsx_pcr.c1439 if (cfg_val & PCI_EXP_LNKCTL_ASPM_L1)
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c6803 aspm_dis_mask |= PCI_EXP_LNKCTL_ASPM_L1;
6826 (aspm_dis_mask & pdev_aspmc & PCI_EXP_LNKCTL_ASPM_L1) ?
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c4282 if (!ret && (lctl & PCI_EXP_LNKCTL_ASPM_L1)) {
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dpci.c3805 if (link_ctrl & PCI_EXP_LNKCTL_ASPM_L1)
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c275 (lctl & PCI_EXP_LNKCTL_ASPM_L1) ? "En" : "Dis",

Completed in 288 milliseconds