Searched refs:pcie_lc_cntl (Results 1 – 1 of 1) sorted by relevance
5391 u32 pcie_lc_cntl, pcie_lc_cntl_old; in evergreen_program_aspm() local5442 pcie_lc_cntl = pcie_lc_cntl_old = RREG32_PCIE_PORT(PCIE_LC_CNTL); in evergreen_program_aspm()5443 pcie_lc_cntl &= ~(LC_L0S_INACTIVITY_MASK | LC_L1_INACTIVITY_MASK); in evergreen_program_aspm()5446 pcie_lc_cntl |= LC_L0S_INACTIVITY(7); in evergreen_program_aspm()5448 pcie_lc_cntl |= LC_L0S_INACTIVITY(3); in evergreen_program_aspm()5453 pcie_lc_cntl |= LC_L1_INACTIVITY(7); in evergreen_program_aspm()5455 pcie_lc_cntl |= LC_L1_INACTIVITY(8); in evergreen_program_aspm()5532 pcie_lc_cntl |= LC_PMI_TO_L1_DIS; in evergreen_program_aspm()5534 if (pcie_lc_cntl != pcie_lc_cntl_old) in evergreen_program_aspm()5535 WREG32_PCIE_PORT(PCIE_LC_CNTL, pcie_lc_cntl); in evergreen_program_aspm()