Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-omap2/
Dvc.c56 u32 sys_clk_khz, cycles_hi, cycles_low; in omap_vc_init() local
71 cycles_low = sys_clk_khz * 6 / speed_khz; in omap_vc_init()
74 cycles_low -= 7; in omap_vc_init()
76 (cycles_low << PRM_VC_CFG_I2C_CLK_SCLL_SHIFT); in omap_vc_init()
/external/google-benchmark/src/
Dcycleclock.h170 uint64_t cycles_low, cycles_hi0, cycles_hi1; in Now()