Searched refs:ck_ref (Results 1 – 2 of 2) sorted by relevance
75 static struct clk ck_ref = { variable84 .parent = &ck_ref,160 .parent = &ck_ref,173 .parent = &ck_ref,186 .parent = &ck_ref,245 .parent = &ck_ref,254 .parent = &ck_ref,756 ck_ref.rate / 1000000, (ck_ref.rate / 100000) % 10, in omap1_show_rates()813 ck_ref.rate = 13000000; in omap1_clk_init()815 ck_ref.rate = 19200000; in omap1_clk_init()[all …]
198 struct clk *ck_ref = clk_get(NULL, "ck_ref"); in omap_mpu_timer_init() local201 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()
Completed in 6 milliseconds