Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Devergreen.c5389 u32 pcie_lc_cntl, pcie_lc_cntl_old; in evergreen_program_aspm() local
5440 pcie_lc_cntl = pcie_lc_cntl_old = RREG32_PCIE_PORT(PCIE_LC_CNTL); in evergreen_program_aspm()
5441 pcie_lc_cntl &= ~(LC_L0S_INACTIVITY_MASK | LC_L1_INACTIVITY_MASK); in evergreen_program_aspm()
5444 pcie_lc_cntl |= LC_L0S_INACTIVITY(7); in evergreen_program_aspm()
5446 pcie_lc_cntl |= LC_L0S_INACTIVITY(3); in evergreen_program_aspm()
5451 pcie_lc_cntl |= LC_L1_INACTIVITY(7); in evergreen_program_aspm()
5453 pcie_lc_cntl |= LC_L1_INACTIVITY(8); in evergreen_program_aspm()
5530 pcie_lc_cntl |= LC_PMI_TO_L1_DIS; in evergreen_program_aspm()
5532 if (pcie_lc_cntl != pcie_lc_cntl_old) in evergreen_program_aspm()
5533 WREG32_PCIE_PORT(PCIE_LC_CNTL, pcie_lc_cntl); in evergreen_program_aspm()