Searched refs:get_tclk (Results 1 – 1 of 1) sorted by relevance
28 static int get_tclk(void);103 static int get_tclk(void) in get_tclk() function169 tclk = clk_register_fixed_rate(NULL, "tclk", NULL, 0, get_tclk()); in clk_init()342 IRQ_MV78XX0_TIMER_1, get_tclk()); in mv78xx0_timer_init()398 printk("TCLK = %dMHz\n", (get_tclk() + 499999) / 1000000); in mv78xx0_init()
Completed in 3 milliseconds