Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/ !
Dpci_regs.h543 #define PCI_EXP_LNKCAP_ASPM_L0S 0x00000400 /* ASPM L0s Support */ macro
/linux-6.6.21/drivers/pci/pcie/ !
Daspm.c628 if (parent_lnkcap & child_lnkcap & PCI_EXP_LNKCAP_ASPM_L0S) in pcie_aspm_cap_init()