Searched refs:L_clk_mult (Results 1 – 1 of 1) sorted by relevance
44 static unsigned char L_clk_mult[32] = { 0, 27, 32, 36, 40, 45, 0, }; variable69 l = L_clk_mult[(cccr >> 0) & 0x1f]; in pxa25x_get_clk_frequency_khz()99 return L_clk_mult[(CCCR >> 0) & 0x1f] * BASE_CLK / 10000; in pxa25x_get_memclk_frequency_10khz()