Home
last modified time | relevance | path

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

/external/u-boot/include/
Dlynxkdi.h18 uint32_t clock_ref; /* Time reference */ member
/external/libusb/libusb/os/
Ddarwin_usb.c1969 clock_serv_t clock_ref; in darwin_clock_gettime() local
1974 clock_ref = clock_realtime; in darwin_clock_gettime()
1978 clock_ref = clock_monotonic; in darwin_clock_gettime()
1984 clock_get_time (clock_ref, &sys_time); in darwin_clock_gettime()