Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap1/
Dtime.c205 struct clk *ck_ref = clk_get(NULL, "ck_ref"); in omap_mpu_timer_init() local
208 BUG_ON(IS_ERR(ck_ref)); in omap_mpu_timer_init()
210 rate = clk_get_rate(ck_ref); in omap_mpu_timer_init()
211 clk_put(ck_ref); in omap_mpu_timer_init()
Dclock_data.c78 static struct clk ck_ref = { variable
87 .parent = &ck_ref,
163 .parent = &ck_ref,
176 .parent = &ck_ref,
189 .parent = &ck_ref,
248 .parent = &ck_ref,
257 .parent = &ck_ref,
675 CLK(NULL, "ck_ref", &ck_ref, CK_16XX | CK_1510 | CK_310 | CK_7XX),
759 ck_ref.rate / 1000000, (ck_ref.rate / 100000) % 10, in omap1_show_rates()
816 ck_ref.rate = 13000000; in omap1_clk_init()
[all …]