|
| u32 | __SYS_GetRTC (u32 *gctime) |
| |
| syssram * | __SYS_LockSram () |
| |
| u32 | __SYS_UnlockSram (u32 write) |
| |
| u32 | _DEFUN (gettick,(), _NOARGS) |
| |
| u64 | _DEFUN (gettime,(), _NOARGS) |
| |
| void | _DEFUN (settime,(t), u64 t) |
| |
| u32 | diff_sec (u64 start, u64 end) |
| |
| u32 | diff_msec (u64 start, u64 end) |
| |
| u32 | diff_usec (u64 start, u64 end) |
| |
| u32 | diff_nsec (u64 start, u64 end) |
| |
| void | __timesystem_init () |
| |
| void | timespec_subtract (const struct timespec *tp_start, const struct timespec *tp_end, struct timespec *result) |
| |
| unsigned long long | timespec_to_ticks (const struct timespec *tp) |
| |
| int | clock_gettime (struct timespec *tp) |
| |
| void | _DEFUN (udelay,(us), unsigned us) |
| |
| unsigned int | _DEFUN (nanosleep,(tb), struct timespec *tb) |
| |
| static u32 | __getrtc (u32 *gctime) |
| |
| static s32 | __time_exi_unlock (s32 chn, s32 dev) |
| |
| static void | __time_exi_wait () |
| |
| static u32 | __getRTC (u32 *gctime) |
| |
| time_t | _DEFUN (time,(timer), time_t *timer) |
| |
| unsigned int | _DEFUN (sleep,(s), unsigned int s) |
| |
| unsigned int | _DEFUN (usleep,(us), unsigned int us) |
| |
| clock_t | clock (void) |
| |
| int | __libogc_gettod_r (struct _reent *ptr, struct timeval *tp, struct timezone *tz) |
| |