Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Drv730_dpm.c126 u32 mpll_func_cntl = pi->clk_regs.rv730.mpll_func_cntl; in rv730_populate_mclk_value() local
150 mpll_func_cntl |= MPLL_DIVEN; in rv730_populate_mclk_value()
152 mpll_func_cntl &= ~MPLL_DIVEN; in rv730_populate_mclk_value()
154 mpll_func_cntl &= ~(MPLL_REF_DIV_MASK | MPLL_HILEN_MASK | MPLL_LOLEN_MASK); in rv730_populate_mclk_value()
155 mpll_func_cntl |= MPLL_REF_DIV(dividers.ref_div); in rv730_populate_mclk_value()
156 mpll_func_cntl |= MPLL_HILEN((dividers.post_div >> 4) & 0xf); in rv730_populate_mclk_value()
157 mpll_func_cntl |= MPLL_LOLEN(dividers.post_div & 0xf); in rv730_populate_mclk_value()
189 mclk->mclk730.vMPLL_FUNC_CNTL = cpu_to_be32(mpll_func_cntl); in rv730_populate_mclk_value()
217 pi->clk_regs.rv730.mpll_func_cntl = in rv730_read_clock_registers()
233 u32 mpll_func_cntl = 0; in rv730_populate_smc_acpi_state() local
[all …]
Dsi_dpm.h100 u32 mpll_func_cntl; member
Dci_dpm.h137 u32 mpll_func_cntl; member
Drv770_dpm.h52 u32 mpll_func_cntl; member
Dsi_dpm.c3520 si_pi->clock_registers.mpll_func_cntl = RREG32(MPLL_FUNC_CNTL); in si_read_clock_registers()
4324 cpu_to_be32(si_pi->clock_registers.mpll_func_cntl); in si_populate_smc_initial_state()
4441 u32 mpll_func_cntl = si_pi->clock_registers.mpll_func_cntl; in si_populate_smc_acpi_state() local
4526 cpu_to_be32(mpll_func_cntl); in si_populate_smc_acpi_state()
4824 u32 mpll_func_cntl = si_pi->clock_registers.mpll_func_cntl; in si_populate_mclk_value() local
4836 mpll_func_cntl &= ~BWCTRL_MASK; in si_populate_mclk_value()
4837 mpll_func_cntl |= BWCTRL(mpll_param.bwcntl); in si_populate_mclk_value()
4887 mclk->vMPLL_FUNC_CNTL = cpu_to_be32(mpll_func_cntl); in si_populate_mclk_value()
Dci_dpm.c1860 pi->clock_registers.mpll_func_cntl = RREG32(MPLL_FUNC_CNTL); in ci_read_clock_registers()
2769 u32 mpll_func_cntl = pi->clock_registers.mpll_func_cntl; in ci_calculate_mclk_params() local
2781 mpll_func_cntl &= ~BWCTRL_MASK; in ci_calculate_mclk_params()
2782 mpll_func_cntl |= BWCTRL(mpll_param.bwcntl); in ci_calculate_mclk_params()
2832 mclk->MpllFuncCntl = mpll_func_cntl; in ci_calculate_mclk_params()
3049 cpu_to_be32(pi->clock_registers.mpll_func_cntl); in ci_populate_smc_acpi_level()