Home
last modified time | relevance | path

Searched defs:clocks_per_usec (Results 1 – 4 of 4) sorted by relevance

/external/coreboot/src/soc/samsung/exynos5250/
Dtimer.c9 static const uint32_t clocks_per_usec = MCT_HZ/1000000; variable
/external/coreboot/src/soc/samsung/exynos5420/
Dtimer.c9 static const uint32_t clocks_per_usec = MCT_HZ/1000000; variable
/external/coreboot/src/soc/rockchip/rk3288/include/soc/
Dtimer.h11 static const u32 clocks_per_usec = OSC_HZ/USECS_PER_SEC; variable
/external/coreboot/src/soc/rockchip/rk3399/include/soc/
Dtimer.h10 static const u32 clocks_per_usec = (24 * 1000 * 1000) / USECS_PER_SEC; variable