Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/mach-mv78xx0/
Dcommon.c31 static int get_tclk(void);
106 static int get_tclk(void) in get_tclk() function
172 tclk = clk_register_fixed_rate(NULL, "tclk", NULL, 0, get_tclk()); in clk_init()
345 IRQ_MV78XX0_TIMER_1, get_tclk()); in mv78xx0_timer_init()
401 printk("TCLK = %dMHz\n", (get_tclk() + 499999) / 1000000); in mv78xx0_init()