Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-mv78xx0/
H A Dcommon.c28 static int get_tclk(void);
103 static int get_tclk(void) in get_tclk() function
169 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()
421 printk("TCLK = %dMHz\n", (get_tclk() + 499999) / 1000000); in mv78xx0_init()