Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-keystone/
H A Dclock.c230 static int get_max_speed(u32 val, u32 speed_supported, int *spds) in get_max_speed() argument
237 return spds[speed]; in get_max_speed()
255 int get_max_arm_speed(int *spds) in get_max_arm_speed() argument
262 return get_max_speed(armspeed, ARM_SUPPORTED_SPEEDS, spds); in get_max_arm_speed()
265 int get_max_dev_speed(int *spds) in get_max_dev_speed() argument
272 return get_max_speed(devspeed, DEV_SUPPORTED_SPEEDS, spds); in get_max_dev_speed()
/openbmc/u-boot/arch/arm/mach-keystone/include/mach/
H A Dclock.h127 int get_max_dev_speed(int *spds);
128 int get_max_arm_speed(int *spds);
/openbmc/linux/drivers/pcmcia/
H A Dsoc_common.c119 calc_speed(unsigned short *spds, int num, unsigned short dflt) in calc_speed() argument
125 if (speed < spds[i]) in calc_speed()
126 speed = spds[i]; in calc_speed()