Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A Dvc.c53 static void omap_vc_init(u16 speed_khz) in omap_vc_init() argument
60 if (speed_khz > 400) { in omap_vc_init()
62 speed_khz = 400; in omap_vc_init()
69 speed_khz /= 10; in omap_vc_init()
70 cycles_hi = sys_clk_khz * 4 / speed_khz; in omap_vc_init()
71 cycles_low = sys_clk_khz * 6 / speed_khz; in omap_vc_init()