Searched refs:periph_clk (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/bcm63xx/
H A Dtimer.c22 static struct clk *periph_clk; variable in typeref:struct:clk
145 return (clk_get_rate(periph_clk) / (1000 * 1000)) * countdown_us;
191 periph_clk = clk_get(NULL, "periph");
192 if (IS_ERR(periph_clk))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/bcm63xx/
H A Dtimer.c22 static struct clk *periph_clk; variable in typeref:struct:clk
145 return (clk_get_rate(periph_clk) / (1000 * 1000)) * countdown_us;
191 periph_clk = clk_get(NULL, "periph");
192 if (IS_ERR(periph_clk))

Completed in 109 milliseconds