Searched defs:osc_clk (Results 1 - 2 of 2) sorted by relevance

/arch/arm/mach-imx/
H A Dclock-mx51-mx53.c32 static struct clk osc_clk; variable in typeref:struct:clk
391 if (parent == &osc_clk)
746 static struct clk osc_clk = { variable in typeref:struct:clk
756 .parent = &osc_clk,
780 .parent = &osc_clk,
790 .parent = &osc_clk,
799 .parent = &osc_clk,
807 .parent = &osc_clk,
1581 clk_set_parent(&usb_phy1_clk, &osc_clk);
H A Dclock-imx6q.c432 static struct clk osc_clk = { variable in typeref:struct:clk
691 .parent = &osc_clk, \
881 } else if (parent == &osc_clk) {
1297 &osc_clk,
1335 &osc_clk,
1770 DEF_NG_CLK(periph_clk2_clk, &osc_clk);
1773 DEF_NG_CLK(periph2_clk2_clk, &osc_clk);

Completed in 34 milliseconds