Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/xtensa/lib/
H A Dtime.c14 static ulong get_ccount(void) in get_ccount() function
22 #define get_ccount() fake_ccount macro
28 unsigned expiry = get_ccount() + cycles; in delay_cycles()
29 while ((signed)(expiry - get_ccount()) > 0) in delay_cycles()