Home
last modified time | relevance | path

Searched refs:DEV_SUPPORTED_SPEEDS (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/arch/arm/mach-keystone/include/mach/
Dclock-k2g.h14 #define DEV_SUPPORTED_SPEEDS 0xff macro
Dclock-k2e.h31 #define DEV_SUPPORTED_SPEEDS 0xFFF macro
Dclock-k2l.h41 #define DEV_SUPPORTED_SPEEDS 0x383 macro
Dclock-k2hk.h44 #define DEV_SUPPORTED_SPEEDS 0x383 macro
/external/u-boot/arch/arm/mach-keystone/
Dclock.c272 return get_max_speed(devspeed, DEV_SUPPORTED_SPEEDS, spds); in get_max_dev_speed()