Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/ti/ks2_evm/
H A Dboard_k2l.c77 speed = get_max_arm_speed(speeds); in get_pll_init_data()
H A Dboard_k2hk.c89 speed = get_max_arm_speed(speeds); in get_pll_init_data()
H A Dboard_k2g.c180 speed = get_max_arm_speed(arm_speeds); in get_pll_init_data()
/OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/include/mach/
H A Dclock.h129 int get_max_arm_speed(int *spds);
/OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/
H A Dclock.c256 int get_max_arm_speed(int *spds) in get_max_arm_speed() function