Home
last modified time | relevance | path

Searched refs:PCI_EXP_LNKCTL_ASPM_L1 (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Daspm.c71 PCI_EXP_LNKCTL_ASPM_L1); in aspm_hw_enable_l1()
74 PCI_EXP_LNKCTL_ASPM_L1); in aspm_hw_enable_l1()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/
H A Dpci.c29 (aspm_conf & PCI_EXP_LNKCTL_ASPM_L1) ? "L1" : ""); in mt76_pci_disable_aspm()
/OK3568_Linux_fs/kernel/drivers/pci/pcie/
H A Daspm_ext.c71 if (linkctrl_asm == PCI_EXP_LNKCTL_ASPM_L1) { in rockchip_pcie_bus_aspm_enable_dev()
78 true, (linkctrl_before | PCI_EXP_LNKCTL_ASPM_L1)); in rockchip_pcie_bus_aspm_enable_dev()
H A Daspm.c603 if (parent_lnkctl & child_lnkctl & PCI_EXP_LNKCTL_ASPM_L1) in pcie_aspm_cap_init()
715 PCI_EXP_LNKCTL_ASPM_L1, 0); in pcie_config_aspm_l1ss()
717 PCI_EXP_LNKCTL_ASPM_L1, 0); in pcie_config_aspm_l1ss()
771 upstream |= PCI_EXP_LNKCTL_ASPM_L1; in pcie_config_aspm_link()
772 dwstream |= PCI_EXP_LNKCTL_ASPM_L1; in pcie_config_aspm_link()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A 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 (!ret && (aspm & (PCI_EXP_LNKCTL_ASPM_L0S | PCI_EXP_LNKCTL_ASPM_L1))) { in ath_pci_aspm_init()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpci_regs.h539 #define PCI_EXP_LNKCTL_ASPM_L1 0x0002 /* L1 Enable */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpci_regs.h539 #define PCI_EXP_LNKCTL_ASPM_L1 0x0002 /* L1 Enable */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h554 #define PCI_EXP_LNKCTL_ASPM_L1 0x0002 /* L1 Enable */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/
H A Dpci.c1261 if (rtwpci->link_ctrl & PCI_EXP_LNKCTL_ASPM_L1) in rtw_pci_link_ps()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c6760 aspm_dis_mask |= PCI_EXP_LNKCTL_ASPM_L1; in __e1000e_disable_aspm()
6783 (aspm_dis_mask & pdev_aspmc & PCI_EXP_LNKCTL_ASPM_L1) ? in __e1000e_disable_aspm()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c316 (lctl & PCI_EXP_LNKCTL_ASPM_L1) ? "En" : "Dis", in iwl_pcie_apm_config()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c4284 if (!ret && (lctl & PCI_EXP_LNKCTL_ASPM_L1)) { in il_apm_init()