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

/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dsi_dpm.h101 u32 mpll_func_cntl_1; member in struct:si_clock_registers
H A Dci_dpm.h138 u32 mpll_func_cntl_1; member in struct:ci_clock_registers
H A Dsi_dpm.c3595 si_pi->clock_registers.mpll_func_cntl_1 = RREG32(MPLL_FUNC_CNTL_1); si_read_clock_registers()
4400 cpu_to_be32(si_pi->clock_registers.mpll_func_cntl_1); si_populate_smc_initial_state()
4516 u32 mpll_func_cntl_1 = si_pi->clock_registers.mpll_func_cntl_1; si_populate_smc_acpi_state() local
4602 cpu_to_be32(mpll_func_cntl_1); si_populate_smc_acpi_state()
4899 u32 mpll_func_cntl_1 = si_pi->clock_registers.mpll_func_cntl_1; si_populate_mclk_value() local
4913 mpll_func_cntl_1 &= ~(CLKF_MASK | CLKFRAC_MASK | VCO_MODE_MASK); si_populate_mclk_value()
4914 mpll_func_cntl_1 |= CLKF(mpll_param.clkf) | si_populate_mclk_value()
4962 mclk->vMPLL_FUNC_CNTL_1 = cpu_to_be32(mpll_func_cntl_1); si_populate_mclk_value()
H A Dci_dpm.c1861 pi->clock_registers.mpll_func_cntl_1 = RREG32(MPLL_FUNC_CNTL_1); ci_read_clock_registers()
2770 u32 mpll_func_cntl_1 = pi->clock_registers.mpll_func_cntl_1; ci_calculate_mclk_params() local
2784 mpll_func_cntl_1 &= ~(CLKF_MASK | CLKFRAC_MASK | VCO_MODE_MASK); ci_calculate_mclk_params()
2785 mpll_func_cntl_1 |= CLKF(mpll_param.clkf) | ci_calculate_mclk_params()
2833 mclk->MpllFuncCntl_1 = mpll_func_cntl_1; ci_calculate_mclk_params()
3051 cpu_to_be32(pi->clock_registers.mpll_func_cntl_1); ci_populate_smc_acpi_level()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
H A Dci_dpm.h139 u32 mpll_func_cntl_1; member in struct:ci_clock_registers
H A Dci_dpm.c1989 pi->clock_registers.mpll_func_cntl_1 = RREG32(mmMPLL_FUNC_CNTL_1); ci_read_clock_registers()
2900 u32 mpll_func_cntl_1 = pi->clock_registers.mpll_func_cntl_1; ci_calculate_mclk_params() local
2914 mpll_func_cntl_1 &= ~(MPLL_FUNC_CNTL_1__CLKF_MASK | MPLL_FUNC_CNTL_1__CLKFRAC_MASK | ci_calculate_mclk_params()
2916 mpll_func_cntl_1 |= (mpll_param.clkf) << MPLL_FUNC_CNTL_1__CLKF__SHIFT | ci_calculate_mclk_params()
2968 mclk->MpllFuncCntl_1 = mpll_func_cntl_1; ci_calculate_mclk_params()
3189 cpu_to_be32(pi->clock_registers.mpll_func_cntl_1); ci_populate_smc_acpi_level()

Completed in 190 milliseconds