Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/radeon/
Devergreen.c5931 u32 pcie_lc_cntl, pcie_lc_cntl_old; in evergreen_program_aspm() local
5982 pcie_lc_cntl = pcie_lc_cntl_old = RREG32_PCIE_PORT(PCIE_LC_CNTL); in evergreen_program_aspm()
5983 pcie_lc_cntl &= ~(LC_L0S_INACTIVITY_MASK | LC_L1_INACTIVITY_MASK); in evergreen_program_aspm()
5986 pcie_lc_cntl |= LC_L0S_INACTIVITY(7); in evergreen_program_aspm()
5988 pcie_lc_cntl |= LC_L0S_INACTIVITY(3); in evergreen_program_aspm()
5993 pcie_lc_cntl |= LC_L1_INACTIVITY(7); in evergreen_program_aspm()
5995 pcie_lc_cntl |= LC_L1_INACTIVITY(8); in evergreen_program_aspm()
6072 pcie_lc_cntl |= LC_PMI_TO_L1_DIS; in evergreen_program_aspm()
6074 if (pcie_lc_cntl != pcie_lc_cntl_old) in evergreen_program_aspm()
6075 WREG32_PCIE_PORT(PCIE_LC_CNTL, pcie_lc_cntl); in evergreen_program_aspm()