Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/include/nitro/os/common/
Dtick.h47 #define OS_MicroSecondsToTicks( usec ) ((OSTick)( ((OS_SYSTEM_CLOCK/1000) * (u64)(usec)) / 64 / … argument
48 #define OS_MicroSecondsToTicks32( usec ) ((OSTick)( ((OS_SYSTEM_CLOCK/1000) * (u32)(usec)) / 64 / … argument
/TwlSDK-5.2.1/build/libraries/wxc/ARM9/src/
Dwxc_api.c454 int usec = 330 + 4 * (sendSize + 38) + maxEntry * (112 + 4 * (recvSize + 32)); in WXC_SetParentParameter() local
456 if (usec >= max_time) in WXC_SetParentParameter()
459 usec, max_time); in WXC_SetParentParameter()
/TwlSDK-5.2.1/build/libraries/mb/common/src/
Dmb_wm_base.c1137 int usec; in MBi_IsCommSizeValid() local
1159 usec = 330 + 4 * (sendSize + 38) + entry_num * (112 + 4 * (recvSize + 32)); in MBi_IsCommSizeValid()
1162 if (usec >= MP_USEC_TIME_LIMIT) in MBi_IsCommSizeValid()
1165 "it exceeds %4d usec\n", MP_USEC_TIME_LIMIT, usec); in MBi_IsCommSizeValid()