Searched refs:pll2_mult (Results 1 – 6 of 6) sorted by relevance
25 static unsigned int pll2_mult; variable29 clk->rate *= pll1rate[(__raw_readw(FREQCR) >> 8) & 0x0003] * pll2_mult; in master_clk_init()70 pll2_mult = 4; in arch_init_clk_ops()72 pll2_mult = 2; in arch_init_clk_ops()74 pll2_mult = 1; in arch_init_clk_ops()
22 static unsigned int pll2_mult; variable26 clk->rate = 10000000 * pll2_mult * in master_clk_init()74 pll2_mult = 1; in arch_init_clk_ops()76 pll2_mult = 2; in arch_init_clk_ops()78 pll2_mult = 4; in arch_init_clk_ops()
22 static unsigned int pll2_mult; variable26 clk->rate *= pll2_mult * pll1rate[(__raw_readw(FREQCR) >> 8) & 0x0007]; in master_clk_init()72 pll2_mult = 1; in arch_init_clk_ops()74 pll2_mult = 2; in arch_init_clk_ops()76 pll2_mult = 4; in arch_init_clk_ops()
21 static unsigned int pll2_mult; variable25 clk->rate *= pll2_mult * pll1rate[(__raw_readw(FREQCR) >> 8) & 7]; in master_clk_init()66 pll2_mult = 2; in arch_init_clk_ops()68 pll2_mult = 4; in arch_init_clk_ops()70 BUG_ON(!pll2_mult); in arch_init_clk_ops()
57 u8 pll2_mult; member
365 mult = cpg_pll_config->pll2_mult; in rcar_gen4_cpg_clk_register()
Completed in 9 milliseconds