Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/pxa/
Dclk-pxa25x.c42 static unsigned char M_clk_mult[4] = { 0, 1, 2, 4 }; variable
89 unsigned int m = M_clk_mult[(cccr >> 5) & 0x03]; in clk_pxa25x_memory_get_rate()
183 m = M_clk_mult[(cccr >> 5) & 0x03]; in clk_pxa25x_cpll_get_rate()
/linux-4.1.27/arch/arm/mach-pxa/
Dpxa25x.c51 static unsigned char M_clk_mult[4] = { 0, 1, 2, 4 }; variable
74 m = M_clk_mult[(cccr >> 5) & 0x03]; in pxa25x_get_clk_frequency_khz()