Home
last modified time | relevance | path

Searched refs:ck_ref (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm/mach-omap1/
H A Dtime.c200 struct clk *ck_ref = clk_get(NULL, "ck_ref"); in omap_mpu_timer_init() local
203 BUG_ON(IS_ERR(ck_ref)); in omap_mpu_timer_init()
205 rate = clk_get_rate(ck_ref); in omap_mpu_timer_init()
206 clk_put(ck_ref); in omap_mpu_timer_init()
H A Dclock_data.c76 static struct omap1_clk ck_ref = { variable
603 CLK(NULL, "ck_ref", &ck_ref.hw, CK_16XX | CK_1510 | CK_310 | CK_7XX),
687 ck_ref.rate / 1000000, (ck_ref.rate / 100000) % 10, in omap1_show_rates()
729 ck_ref_p = &ck_ref; in omap1_clk_init()
748 ck_dpll1.rate = ck_ref.rate; /* Base xtal rate */ in omap1_clk_init()
/openbmc/qemu/hw/misc/
H A Domap_clk.c66 static struct clk ck_ref = { variable
77 .parent = &ck_ref,
84 .parent = &ck_ref,
90 .parent = &ck_ref,
96 .parent = &ck_ref,
103 .parent = &ck_ref,
177 .parent = &ck_ref,
184 .parent = &ck_ref, /* either CLKIN or DPLL1 */
229 .parent = &ck_ref,
235 .parent = &ck_ref,
[all …]