Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/mach-omap1/
Dtime.c198 struct clk *ck_ref = clk_get(NULL, "ck_ref"); in omap_mpu_timer_init() local
201 BUG_ON(IS_ERR(ck_ref)); in omap_mpu_timer_init()
203 rate = clk_get_rate(ck_ref); in omap_mpu_timer_init()
204 clk_put(ck_ref); in omap_mpu_timer_init()
Dclock_data.c75 static struct clk ck_ref = { variable
84 .parent = &ck_ref,
160 .parent = &ck_ref,
173 .parent = &ck_ref,
186 .parent = &ck_ref,
245 .parent = &ck_ref,
254 .parent = &ck_ref,
672 CLK(NULL, "ck_ref", &ck_ref, CK_16XX | CK_1510 | CK_310 | CK_7XX),
756 ck_ref.rate / 1000000, (ck_ref.rate / 100000) % 10, in omap1_show_rates()
813 ck_ref.rate = 13000000; in omap1_clk_init()
[all …]