HomeSort by relevance Sort by last modified time
    Searched refs:API_GET_TIMER (Results 1 - 3 of 3) sorted by null

  /external/u-boot/include/
api_public.h 40 API_GET_TIMER,
  /external/u-boot/examples/api/
glue.c 149 if (!syscall(API_GET_TIMER, NULL, &cur, &base))
  /external/u-boot/api/
api.c 160 * int API_get_timer(unsigned long *current, unsigned long *base)
162 static int API_get_timer(va_list ap)
638 calls_table[API_GET_TIMER] = &API_get_timer;

Completed in 60 milliseconds