Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/arm920t/ep93xx/
H A Dspeed.c43 const uint8_t fclk_divisors[] = { 1, 2, 4, 8, 16, 1, 1, 1 }; in get_FCLK() local
48 fclk_divisors[(clkset1 >> SYSCON_CLKSET1_FCLK_DIV_SHIFT) & 7]; in get_FCLK()
/openbmc/linux/arch/arm/mach-ep93xx/
H A Dclock.c30 static char fclk_divisors[] = { 1, 2, 4, 8, 16, 1, 1, 1 }; variable
566 clk_f_div = fclk_divisors[(value >> 25) & 0x7]; in ep93xx_clock_init()