Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pci/pcie/
Daspm.c34 #define ASPM_STATE_L1_1_PCIPM (0x20) /* PCI PM L1.1 state */ macro
36 #define ASPM_STATE_L1_SS_PCIPM (ASPM_STATE_L1_1_PCIPM | ASPM_STATE_L1_2_PCIPM)
38 #define ASPM_STATE_L1SS (ASPM_STATE_L1_1 | ASPM_STATE_L1_1_PCIPM |\
605 link->aspm_support |= ASPM_STATE_L1_1_PCIPM; in pcie_aspm_cap_init()
614 link->aspm_enabled |= ASPM_STATE_L1_1_PCIPM; in pcie_aspm_cap_init()
738 if (state & ASPM_STATE_L1_1_PCIPM) in pcie_config_aspm_l1ss()