Home
last modified time | relevance | path

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

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