Searched refs:pclk_divisors (Results 1 – 2 of 2) sorted by relevance
71 const uint8_t pclk_divisors[] = { 1, 2, 4, 8 }; in get_PCLK() local76 pclk_divisors[(clkset1 >> SYSCON_CLKSET1_PCLK_DIV_SHIFT) & 3]; in get_PCLK()
32 static char pclk_divisors[] = { 1, 2, 4, 8 }; variable568 clk_p_div = pclk_divisors[(value >> 18) & 0x3]; in ep93xx_clock_init()