Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/arm920t/ep93xx/
H A Dspeed.c71 const uint8_t pclk_divisors[] = { 1, 2, 4, 8 }; in get_PCLK() local
76 pclk_divisors[(clkset1 >> SYSCON_CLKSET1_PCLK_DIV_SHIFT) & 3]; in get_PCLK()
/openbmc/linux/arch/arm/mach-ep93xx/
H A Dclock.c32 static char pclk_divisors[] = { 1, 2, 4, 8 }; variable
568 clk_p_div = pclk_divisors[(value >> 18) & 0x3]; in ep93xx_clock_init()