Searched refs:OSIrqMask (Results 1 – 15 of 15) sorted by relevance
| /TwlSDK-5.1.0/include/twl/os/common/ |
| D | interrupt.h | 136 #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/ |
| D | interrupt.h | 72 #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 …]
|
| D | system.h | 306 typedef u32 OSIrqMask; typedef 309 extern void OS_WaitInterrupt(BOOL clear, OSIrqMask irqFlags);
|
| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_interrupt.c | 60 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 …]
|
| D | os_systemCall.c | 30 asm void SVC_WaitIrq( BOOL clear, OSIrqMask irqFlags )
|
| D | os_irqHandler.c | 327 void OS_WaitIrq(BOOL clear, OSIrqMask irqFlags) in OS_WaitIrq() 347 void OS_WaitIrqEx(BOOL clear, OSIrqMask irqFlags) in OS_WaitIrqEx()
|
| D | os_system.c | 279 void OS_WaitInterrupt(BOOL clear, OSIrqMask irqFlags) in OS_WaitInterrupt()
|
| D | os_irqTable.c | 263 OSIrqMask imask = (1UL << OSi_IrqCallbackInfoIndex[index]); in OSi_IrqCallback()
|
| D | os_timer.c | 42 static OSIrqMask OSi_MaskTable[] = { OS_IE_TIMER0, OS_IE_TIMER1, OS_IE_TIMER2 };
|
| D | os_irqHandler_inTCM.c | 328 void OS_WaitIrq( BOOL clear, OSIrqMask irqFlags ) in OS_WaitIrq()
|
| /TwlSDK-5.1.0/build/demos/os/thread-3/src/ |
| D | main.c | 32 void OS_WaitInterrupt(BOOL clearEnable, OSIrqMask intrFlags);
|
| /TwlSDK-5.1.0/build/libraries/ctrdg/ARM9/src/ |
| D | ctrdg_proc.c | 149 OSIrqMask lastIE; in CTRDGi_InitModuleInfo()
|
| /TwlSDK-5.1.0/build/demos/os/forChina-fs/src/ |
| D | os_china_override.c | 241 OSIrqMask irqMask; in OS_ShowAttentionChina()
|
| /TwlSDK-5.1.0/build/libraries/os/ARM9/src/ |
| D | os_china.c | 495 OSIrqMask irqMask; in OS_ShowAttentionChina()
|
| /TwlSDK-5.1.0/build/libraries/spi/ARM9/src/ |
| D | pm.c | 1439 OSIrqMask prepIntrMask; // IE in PM_GoSleepMode()
|