PCIE_LCSR_ASPM_L0S
reg &= ~(PCIE_LCSR_ASPM_L0S | PCIE_LCSR_ASPM_L1);
if (!(reg & PCIE_LCSR_ASPM_L0S)) /* L0s Entry disabled. */
reg &= ~(PCIE_LCSR_ASPM_L0S | PCIE_LCSR_ASPM_L1 |
lcsr &= ~(PCIE_LCSR_ASPM_L0S | PCIE_LCSR_ASPM_L1);
mask = PCIE_LCSR_ASPM_L1 | PCIE_LCSR_ASPM_L0S;
switch (reg & (PCIE_LCSR_ASPM_L1 | PCIE_LCSR_ASPM_L0S)) {