Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/imx/
Dclk-imx21.c45 static void __init _mx21_clocks_init(unsigned long lref, unsigned long href) in _mx21_clocks_init() argument
50 clk[IMX21_CLK_CKIL] = imx_obtain_fixed_clock("ckil", lref); in _mx21_clocks_init()
125 int __init mx21_clocks_init(unsigned long lref, unsigned long href) in mx21_clocks_init() argument
129 _mx21_clocks_init(lref, href); in mx21_clocks_init()
/linux-4.4.14/arch/arm/mach-imx/
Dcommon.h48 int mx21_clocks_init(unsigned long lref, unsigned long fref);