Searched refs:pcie_lc_cntl (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
H A Devergreen.c5883 u32 pcie_lc_cntl, pcie_lc_cntl_old; evergreen_program_aspm() local
5934 pcie_lc_cntl = pcie_lc_cntl_old = RREG32_PCIE_PORT(PCIE_LC_CNTL); evergreen_program_aspm()
5935 pcie_lc_cntl &= ~(LC_L0S_INACTIVITY_MASK | LC_L1_INACTIVITY_MASK); evergreen_program_aspm()
5938 pcie_lc_cntl |= LC_L0S_INACTIVITY(7); evergreen_program_aspm()
5940 pcie_lc_cntl |= LC_L0S_INACTIVITY(3); evergreen_program_aspm()
5945 pcie_lc_cntl |= LC_L1_INACTIVITY(7); evergreen_program_aspm()
5947 pcie_lc_cntl |= LC_L1_INACTIVITY(8); evergreen_program_aspm()
6024 pcie_lc_cntl |= LC_PMI_TO_L1_DIS; evergreen_program_aspm()
6026 if (pcie_lc_cntl != pcie_lc_cntl_old) evergreen_program_aspm()
6027 WREG32_PCIE_PORT(PCIE_LC_CNTL, pcie_lc_cntl); evergreen_program_aspm()

Completed in 76 milliseconds