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.c5401 u32 pcie_lc_cntl, pcie_lc_cntl_old; in evergreen_program_aspm()
5452 pcie_lc_cntl = pcie_lc_cntl_old = RREG32_PCIE_PORT(PCIE_LC_CNTL); in evergreen_program_aspm()
5453 pcie_lc_cntl &= ~(LC_L0S_INACTIVITY_MASK | LC_L1_INACTIVITY_MASK); in evergreen_program_aspm()
5456 pcie_lc_cntl |= LC_L0S_INACTIVITY(7); in evergreen_program_aspm()
5458 pcie_lc_cntl |= LC_L0S_INACTIVITY(3); in evergreen_program_aspm()
5463 pcie_lc_cntl |= LC_L1_INACTIVITY(7); in evergreen_program_aspm()
5465 pcie_lc_cntl |= LC_L1_INACTIVITY(8); in evergreen_program_aspm()
5542 pcie_lc_cntl |= LC_PMI_TO_L1_DIS;
5544 if (pcie_lc_cntl != pcie_lc_cntl_old)
5545 WREG32_PCIE_PORT(PCIE_LC_CNTL, pcie_lc_cntl);
5389 u32 pcie_lc_cntl, pcie_lc_cntl_old; evergreen_program_aspm() local
[all...]