Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DKconfig48 bool "Enable TS2"
51 Select if you want to enable TS2. If unsure, say 'N'.
114 bool "Enable TS2 Live"
117 Select if you want to enable TS2 live path. If unsure, say 'N'.
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c1002 struct timespec TS1, TS2; in MsOS_DelayTaskUs() local
1004 getnstimeofday(&TS2); in MsOS_DelayTaskUs()
1006 while((TS2.tv_nsec - TS1.tv_nsec)< (u32Us * 1000UL)) in MsOS_DelayTaskUs()
1008 getnstimeofday(&TS2); in MsOS_DelayTaskUs()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c1013 struct timespec TS1, TS2; in MsOS_DelayTaskUs() local
1015 getnstimeofday(&TS2); in MsOS_DelayTaskUs()
1017 while((TS2.tv_nsec - TS1.tv_nsec)< (u32Us * 1000UL)) in MsOS_DelayTaskUs()
1019 getnstimeofday(&TS2); in MsOS_DelayTaskUs()