Home
last modified time | relevance | path

Searched refs:spds (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/
H A Dclock.c231 static int get_max_speed(u32 val, u32 speed_supported, int *spds) in get_max_speed() argument
238 return spds[speed]; in get_max_speed()
256 int get_max_arm_speed(int *spds) in get_max_arm_speed() argument
263 return get_max_speed(armspeed, ARM_SUPPORTED_SPEEDS, spds); in get_max_arm_speed()
266 int get_max_dev_speed(int *spds) in get_max_dev_speed() argument
273 return get_max_speed(devspeed, DEV_SUPPORTED_SPEEDS, spds); in get_max_dev_speed()
/OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/include/mach/
H A Dclock.h128 int get_max_dev_speed(int *spds);
129 int get_max_arm_speed(int *spds);
/OK3568_Linux_fs/kernel/drivers/pcmcia/
H A Dsoc_common.c120 calc_speed(unsigned short *spds, int num, unsigned short dflt) in calc_speed() argument
126 if (speed < spds[i]) in calc_speed()
127 speed = spds[i]; in calc_speed()