Home
last modified time | relevance | path

Searched refs:PCI_EXP_LNKCAP_ASPM_L0S (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/uapi/linux/
H A Dpci_regs.h546 #define PCI_EXP_LNKCAP_ASPM_L0S 0x00000400 /* ASPM L0s Support */ macro
/linux-6.15/drivers/pci/pcie/
H A Daspm.c844 if (parent_lnkcap & child_lnkcap & PCI_EXP_LNKCAP_ASPM_L0S) in pcie_aspm_cap_init()
/linux-6.15/drivers/pci/controller/dwc/
H A Dpcie-qcom.c327 val &= ~PCI_EXP_LNKCAP_ASPM_L0S; in qcom_pcie_clear_aspm_l0s()