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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-omap1/
H A Dtime.c277 struct clk *ck_ref = clk_get(NULL, "ck_ref"); local
280 BUG_ON(IS_ERR(ck_ref));
282 rate = clk_get_rate(ck_ref);
283 clk_put(ck_ref);
H A Dclock.c258 if (ptr->xtal != ck_ref.rate)
327 if (ptr->xtal != ck_ref.rate)
697 ck_ref.rate = 13000000;
700 ck_ref.rate = 19200000;
717 ck_dpll1.rate = ck_ref.rate; /* Base xtal rate */
749 /* Cache rates for clocks connected to ck_ref (not dpll1) */
750 propagate_rate(&ck_ref);
753 ck_ref.rate / 1000000, (ck_ref.rate / 100000) % 10,
H A Dclock.h151 static struct clk ck_ref = { variable in typeref:struct:clk
152 .name = "ck_ref",
162 .parent = &ck_ref,
226 .parent = &ck_ref,
241 .parent = &ck_ref,
256 .parent = &ck_ref,
322 .parent = &ck_ref,
334 .parent = &ck_ref,
759 &ck_ref,

Completed in 48 milliseconds