Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A Dtsp2_nos.c139 MS_U32 u32EventFree = 0xFFFFFFFF; variable
204 if (u32EventFree & (1 << i)) in TSP_OS_EventCreate()
206 u32EventFree &= ~(1<< i); in TSP_OS_EventCreate()
225 u32EventFree |= (1<< s32TspEventId); in TSP_OS_EventDelete()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/
H A DosalTSP_nos.c111 MS_U32 u32EventFree = 0xFFFFFFFF; variable
178 if (u32EventFree & (1 << i)) in OSAL_TSP_EventCreate()
180 u32EventFree &= ~(1<< i); in OSAL_TSP_EventCreate()
198 u32EventFree |= (1<< s32TspEventId); in OSAL_TSP_EventDelete()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DosalTSP_nos.c111 MS_U32 u32EventFree = 0xFFFFFFFFUL; variable
178 if (u32EventFree & (1 << i)) in OSAL_TSP_EventCreate()
180 u32EventFree &= ~(1<< i); in OSAL_TSP_EventCreate()
198 u32EventFree |= (1UL<< s32TspEventId); in OSAL_TSP_EventDelete()