Searched refs:osc0 (Results 1 – 2 of 2) sorted by relevance
41 unsigned int osc0; member221 par->osc0 = freq0; in pmagbbfb_osc_setup()224 par->osc0 = pmagbbfb_freqs[0]; in pmagbbfb_osc_setup()226 freq1 = (par->osc0 * count1 + count0 / 2) / count0; in pmagbbfb_osc_setup()237 if (par->osc0 - par->osc1 <= (par->osc0 + par->osc1 + 256) / 512 || in pmagbbfb_osc_setup()238 par->osc1 - par->osc0 <= (par->osc0 + par->osc1 + 256) / 512) in pmagbbfb_osc_setup()245 (1000000000 + par->osc0 / 2) / par->osc0; in pmagbbfb_osc_setup()327 par->osc0 / 1000, par->osc0 % 1000); in pmagbbfb_probe()
107 static struct clk osc0; variable277 if (parent == &osc0) in pll1_set_parent()300 static struct clk osc0 = { variable314 .parent = &osc0,322 .parent = &osc0,574 else if (parent == &osc0 || parent == &pll0) in genclk_set_parent()601 parent = (control & PM_BIT(PLLSEL)) ? &pll0 : &osc0; in genclk_init_parent()2221 &osc0,2293 main_clock = &osc0; in setup_platform()2294 cpu_clk.parent = &osc0; in setup_platform()