Home
last modified time | relevance | path

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

/openbmc/u-boot/examples/api/
H A Dglue.h45 unsigned long ub_get_timer(unsigned long);
H A Ddemo.c63 start = ub_get_timer(0); in main()
70 now = ub_get_timer(start); in main()
H A Dglue.c145 unsigned long ub_get_timer(unsigned long base) in ub_get_timer() function