Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/ti/ks2_evm/
H A Dboard_k2g.c57 static int arm_speeds[DEVSPEED_NUMSPDS] = {
70 static int dev_speeds[DEVSPEED_NUMSPDS] = {
H A Dboard_k2e.c53 int speeds[DEVSPEED_NUMSPDS] = {
/OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/
H A Dclock.c15 int __weak speeds[DEVSPEED_NUMSPDS] = {
236 for (speed = DEVSPEED_NUMSPDS; speed >= 0; speed--) { in get_max_speed()
/OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/include/mach/
H A Dhardware.h334 #define DEVSPEED_NUMSPDS 12 macro