Home
last modified time | relevance | path

Searched defs: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
/openbmc/linux/arch/arm/mach-ep93xx/
H A Dclock.c32 static char pclk_divisors[] = { 1, 2, 4, 8 }; variable