Home
last modified time | relevance | path

Searched refs:DEVSPEED_NUMSPDS (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/board/ti/ks2_evm/
Dboard_k2g.c57 int speeds[DEVSPEED_NUMSPDS] = {
70 static int dev_speeds[DEVSPEED_NUMSPDS] = {
Dboard_k2e.c50 int speeds[DEVSPEED_NUMSPDS] = {
/external/u-boot/arch/arm/mach-keystone/
Dclock.c14 int __weak speeds[DEVSPEED_NUMSPDS] = {
235 for (speed = DEVSPEED_NUMSPDS; speed >= 0; speed--) { in get_max_speed()
/external/u-boot/arch/arm/mach-keystone/include/mach/
Dhardware.h337 #define DEVSPEED_NUMSPDS 12 macro