Home
last modified time | relevance | path

Searched refs:OSIrqMask (Results 1 – 15 of 15) sorted by relevance

/TwlSDK-5.1.0/include/twl/os/common/
Dinterrupt.h136 #define OS_IE_MASK_ALL ((OSIrqMask)((1<<OS_IRQ_TABLE_MAX)-1))
138 #define OS_IE_MASK_ALL ((OSIrqMask)((1<<OS_IRQ_TABLE_MAX)-1))
139 #define OS_IE2_MASK_ALL ((OSIrqMask)((1<<OS_IRQ_TABLE2_MAX)-1))
190 typedef u32 OSIrqMask; typedef
294 OSIrqMask OS_SetIrqMask(OSIrqMask intr);
296 OSIrqMask OS_SetIrqMaskEx(OSIrqMask intr);
308 static inline OSIrqMask OS_GetIrqMask(void) in OS_GetIrqMask()
322 OSIrqMask OS_EnableIrqMask(OSIrqMask intr);
324 OSIrqMask OS_EnableIrqMaskEx(OSIrqMask intr);
336 OSIrqMask OS_DisableIrqMask(OSIrqMask intr);
[all …]
/TwlSDK-5.1.0/include/nitro/os/common/
Dinterrupt.h72 #define OS_IE_MASK_ALL ((OSIrqMask)((1<<OS_IRQ_TABLE_MAX)-1))
79 #define OS_IE_MASK_ALL ((OSIrqMask)((1<<OS_IRQ_TABLE_MAX)-1))
136 typedef u32 OSIrqMask; typedef
235 OSIrqMask OS_SetIrqMask(OSIrqMask intr);
246 static inline OSIrqMask OS_GetIrqMask(void) in OS_GetIrqMask()
260 OSIrqMask OS_EnableIrqMask(OSIrqMask intr);
271 OSIrqMask OS_DisableIrqMask(OSIrqMask intr);
286 OSIrqMask OS_ResetRequestIrqMask(OSIrqMask intr);
297 static inline OSIrqMask OS_GetRequestIrqMask(void) in OS_GetRequestIrqMask()
326 void OS_SetIrqFunction(OSIrqMask intrBit, OSIrqFunction function);
[all …]
Dsystem.h306 typedef u32 OSIrqMask; typedef
309 extern void OS_WaitInterrupt(BOOL clear, OSIrqMask irqFlags);
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_interrupt.c60 void OS_SetIrqFunction(OSIrqMask intrBit, OSIrqFunction function) in OS_SetIrqFunction()
114 void OS_SetIrqFunctionEx(OSIrqMask intrBit, OSIrqFunction function) in OS_SetIrqFunctionEx()
148 OSIrqFunction OS_GetIrqFunction(OSIrqMask intrBit) in OS_GetIrqFunction()
193 OSIrqFunction OS_GetIrqFunctionEx(OSIrqMask intrBit) in OS_GetIrqFunctionEx()
225 OSIrqMask imask = (1UL << (REG_OS_IE_D0_SHIFT + dmaNo)); in OSi_EnterDmaCallback()
251 OSIrqMask imask = (1UL << (REG_OS_IE_ND0_SHIFT + dmaNo)); in OSi_EnterNDmaCallback_ltdmain()
281 OSIrqMask imask = (1UL << (REG_OS_IE_T0_SHIFT + timerNo)); in OSi_EnterTimerCallback()
307 OSIrqMask OS_SetIrqMask(OSIrqMask intr) in OS_SetIrqMask()
310 OSIrqMask prep = reg_OS_IE; in OS_SetIrqMask()
318 OSIrqMask OS_SetIrqMaskEx(OSIrqMask intr) in OS_SetIrqMaskEx()
[all …]
Dos_systemCall.c30 asm void SVC_WaitIrq( BOOL clear, OSIrqMask irqFlags )
Dos_irqHandler.c327 void OS_WaitIrq(BOOL clear, OSIrqMask irqFlags) in OS_WaitIrq()
347 void OS_WaitIrqEx(BOOL clear, OSIrqMask irqFlags) in OS_WaitIrqEx()
Dos_system.c279 void OS_WaitInterrupt(BOOL clear, OSIrqMask irqFlags) in OS_WaitInterrupt()
Dos_irqTable.c263 OSIrqMask imask = (1UL << OSi_IrqCallbackInfoIndex[index]); in OSi_IrqCallback()
Dos_timer.c42 static OSIrqMask OSi_MaskTable[] = { OS_IE_TIMER0, OS_IE_TIMER1, OS_IE_TIMER2 };
Dos_irqHandler_inTCM.c328 void OS_WaitIrq( BOOL clear, OSIrqMask irqFlags ) in OS_WaitIrq()
/TwlSDK-5.1.0/build/demos/os/thread-3/src/
Dmain.c32 void OS_WaitInterrupt(BOOL clearEnable, OSIrqMask intrFlags);
/TwlSDK-5.1.0/build/libraries/ctrdg/ARM9/src/
Dctrdg_proc.c149 OSIrqMask lastIE; in CTRDGi_InitModuleInfo()
/TwlSDK-5.1.0/build/demos/os/forChina-fs/src/
Dos_china_override.c241 OSIrqMask irqMask; in OS_ShowAttentionChina()
/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_china.c495 OSIrqMask irqMask; in OS_ShowAttentionChina()
/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dpm.c1439 OSIrqMask prepIntrMask; // IE in PM_GoSleepMode()