Lines Matching refs:mpll_dq_func_cntl
483 u32 mpll_dq_func_cntl = in cypress_populate_mclk_value() local
484 pi->clk_regs.rv770.mpll_dq_func_cntl; in cypress_populate_mclk_value()
530 mpll_dq_func_cntl &= ~(CLKR_MASK | in cypress_populate_mclk_value()
535 mpll_dq_func_cntl |= CLKR(dividers.ref_div); in cypress_populate_mclk_value()
536 mpll_dq_func_cntl |= YCLK_POST_DIV(dividers.post_div); in cypress_populate_mclk_value()
537 mpll_dq_func_cntl |= CLKF(dividers.whole_fb_div); in cypress_populate_mclk_value()
538 mpll_dq_func_cntl |= CLKFRAC(dividers.frac_fb_div); in cypress_populate_mclk_value()
539 mpll_dq_func_cntl |= IBIAS(ibias); in cypress_populate_mclk_value()
542 mpll_dq_func_cntl &= ~PDNB; in cypress_populate_mclk_value()
544 mpll_dq_func_cntl |= PDNB; in cypress_populate_mclk_value()
599 mclk->mclk770.vMPLL_DQ_FUNC_CNTL = cpu_to_be32(mpll_dq_func_cntl); in cypress_populate_mclk_value()
1247 cpu_to_be32(pi->clk_regs.rv770.mpll_dq_func_cntl); in cypress_populate_smc_initial_state()
1338 u32 mpll_dq_func_cntl = in cypress_populate_smc_acpi_state() local
1339 pi->clk_regs.rv770.mpll_dq_func_cntl; in cypress_populate_smc_acpi_state()
1395 mpll_dq_func_cntl &= ~PDNB; in cypress_populate_smc_acpi_state()
1437 cpu_to_be32(mpll_dq_func_cntl); in cypress_populate_smc_acpi_state()