Searched refs:extclk (Results 1 – 5 of 5) sorted by relevance
44 struct clk *extclk; member142 rtc->extclk = devm_clk_get(dev, "EXTCLK"); in ftrtc010_rtc_probe()143 if (IS_ERR(rtc->extclk)) { in ftrtc010_rtc_probe()146 ret = clk_prepare_enable(rtc->extclk); in ftrtc010_rtc_probe()195 if (!IS_ERR(rtc->extclk)) in ftrtc010_rtc_remove()196 clk_disable_unprepare(rtc->extclk); in ftrtc010_rtc_remove()
57 unsigned extclk:1; member207 info->extclk = pdata->extclk; in max8649_regulator_probe()208 data = (info->extclk) ? MAX8649_SYNC_EXTCLK : 0; in max8649_regulator_probe()211 if (info->extclk) { in max8649_regulator_probe()
39 unsigned extclk:1; member
624 const u8 extclk = VC5_OUT_DIV_CONTROL_SELB_NORM | in vc5_clk_out_get_parent() local637 if (src == extclk) in vc5_clk_out_get_parent()653 const u8 extclk = VC5_OUT_DIV_CONTROL_SELB_NORM | in vc5_clk_out_set_parent() local660 src |= extclk; in vc5_clk_out_set_parent()
85 u32 extclk; member804 u32 quartz = state->base->extclk / 1000000; in set_mclock()1810 base->extclk = cfg->clk ? cfg->clk : 30000000; in stv0910_attach()