Searched refs:pcie_lc_cntl (Results 1 – 1 of 1) sorted by relevance
5392 u32 pcie_lc_cntl, pcie_lc_cntl_old; in evergreen_program_aspm() local5443 pcie_lc_cntl = pcie_lc_cntl_old = RREG32_PCIE_PORT(PCIE_LC_CNTL); in evergreen_program_aspm()5444 pcie_lc_cntl &= ~(LC_L0S_INACTIVITY_MASK | LC_L1_INACTIVITY_MASK); in evergreen_program_aspm()5447 pcie_lc_cntl |= LC_L0S_INACTIVITY(7); in evergreen_program_aspm()5449 pcie_lc_cntl |= LC_L0S_INACTIVITY(3); in evergreen_program_aspm()5454 pcie_lc_cntl |= LC_L1_INACTIVITY(7); in evergreen_program_aspm()5456 pcie_lc_cntl |= LC_L1_INACTIVITY(8); in evergreen_program_aspm()5533 pcie_lc_cntl |= LC_PMI_TO_L1_DIS; in evergreen_program_aspm()5535 if (pcie_lc_cntl != pcie_lc_cntl_old) in evergreen_program_aspm()5536 WREG32_PCIE_PORT(PCIE_LC_CNTL, pcie_lc_cntl); in evergreen_program_aspm()