| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_message.c | 57 OSIntrMode enabled; in OS_SendMessage() local 60 enabled = OS_DisableInterrupts(); in OS_SendMessage() 66 (void)OS_RestoreInterrupts(enabled); in OS_SendMessage() 84 (void)OS_RestoreInterrupts(enabled); in OS_SendMessage() 102 OSIntrMode enabled; in OS_ReceiveMessage() local 104 enabled = OS_DisableInterrupts(); in OS_ReceiveMessage() 110 (void)OS_RestoreInterrupts(enabled); in OS_ReceiveMessage() 131 (void)OS_RestoreInterrupts(enabled); in OS_ReceiveMessage() 150 OSIntrMode enabled; in OS_JamMessage() local 152 enabled = OS_DisableInterrupts(); in OS_JamMessage() [all …]
|
| D | os_alarm.c | 136 OSIntrMode enabled; in OS_EndAlarm() local 139 enabled = OS_DisableInterrupts(); in OS_EndAlarm() 154 (void)OS_RestoreInterrupts(enabled); in OS_EndAlarm() 280 OSIntrMode enabled; in OS_SetAlarm() local 294 enabled = OS_DisableInterrupts(); in OS_SetAlarm() 306 (void)OS_RestoreInterrupts(enabled); in OS_SetAlarm() 325 u32 enabled; in OS_SetPeriodicAlarm() local 340 enabled = OS_DisableInterrupts(); in OS_SetPeriodicAlarm() 353 (void)OS_RestoreInterrupts(enabled); in OS_SetPeriodicAlarm() 368 u32 enabled; in OS_CancelAlarm() local [all …]
|
| D | os_valarm.c | 116 OSIntrMode enabled; in OS_EndVAlarm() local 119 enabled = OS_DisableInterrupts(); in OS_EndVAlarm() 129 (void)OS_RestoreInterrupts(enabled); in OS_EndVAlarm() 315 OSIntrMode enabled = OS_DisableInterrupts(); in OS_SetVAlarm() local 355 (void)OS_RestoreInterrupts(enabled); in OS_SetVAlarm() 373 OSIntrMode enabled = OS_DisableInterrupts(); in OS_SetPeriodicVAlarm() local 415 (void)OS_RestoreInterrupts(enabled); in OS_SetPeriodicVAlarm() 486 OSIntrMode enabled = OS_DisableInterrupts();; in OS_CancelVAlarm() local 494 (void)OS_RestoreInterrupts(enabled); in OS_CancelVAlarm() 504 (void)OS_RestoreInterrupts(enabled); in OS_CancelVAlarm() [all …]
|
| D | os_alloc.c | 363 OSIntrMode enabled = OS_DisableInterrupts(); in OS_AllocFromHeap() local 379 (void)OS_RestoreInterrupts(enabled); in OS_AllocFromHeap() 414 (void)OS_RestoreInterrupts(enabled); in OS_AllocFromHeap() 470 (void)OS_RestoreInterrupts(enabled); in OS_AllocFromHeap() 499 OSIntrMode enabled = OS_DisableInterrupts(); in OS_AllocFixed() local 525 (void)OS_RestoreInterrupts(enabled); in OS_AllocFixed() 651 (void)OS_RestoreInterrupts(enabled); in OS_AllocFixed() 673 OSIntrMode enabled = OS_DisableInterrupts(); in OS_FreeToHeap() local 711 (void)OS_RestoreInterrupts(enabled); in OS_FreeToHeap() 730 OSIntrMode enabled = OS_DisableInterrupts(); in OS_FreeAllToHeap() local [all …]
|
| D | os_resource.c | 37 OSIntrMode enabled = OS_DisableInterrupts(); in OS_GetAllResources() local 65 (void)OS_RestoreInterrupts(enabled); in OS_GetAllResources()
|
| /TwlSDK-5.1.0/build/libraries/pxi/common/src/ |
| D | pxi_fifo.c | 43 OSIntrMode enabled; in PXI_InitFifo() local 46 enabled = OS_DisableInterrupts(); in PXI_InitFifo() 125 (void)OS_RestoreInterrupts(enabled); in PXI_InitFifo() 141 OSIntrMode enabled; in PXI_SetFifoRecvCallback() local 149 enabled = OS_DisableInterrupts(); in PXI_SetFifoRecvCallback() 160 (void)OS_RestoreInterrupts(enabled); in PXI_SetFifoRecvCallback() 191 OSIntrMode enabled; in PXI_SetFifoSendCallback() local 193 enabled = OS_DisableInterrupts(); in PXI_SetFifoSendCallback() 200 (void)OS_RestoreInterrupts(enabled); in PXI_SetFifoSendCallback() 235 OSIntrMode enabled; in PXIi_SetToFifo() local [all …]
|
| /TwlSDK-5.1.0/build/libraries/rtc/ARM9.TWL/src/ |
| D | external_ex.c | 44 OSIntrMode enabled; in RTCEXi_GetCounterAsync() local 51 enabled = OS_DisableInterrupts(); in RTCEXi_GetCounterAsync() 54 (void)OS_RestoreInterrupts(enabled); in RTCEXi_GetCounterAsync() 58 (void)OS_RestoreInterrupts(enabled); in RTCEXi_GetCounterAsync() 113 OSIntrMode enabled; in RTCEXi_GetFoutAsync() local 120 enabled = OS_DisableInterrupts(); in RTCEXi_GetFoutAsync() 123 (void)OS_RestoreInterrupts(enabled); in RTCEXi_GetFoutAsync() 127 (void)OS_RestoreInterrupts(enabled); in RTCEXi_GetFoutAsync() 182 OSIntrMode enabled; in RTCEXi_SetFoutAsync() local 189 enabled = OS_DisableInterrupts(); in RTCEXi_SetFoutAsync() [all …]
|
| /TwlSDK-5.1.0/build/libraries/rtc/ARM9/src/ |
| D | external.c | 154 OSIntrMode enabled; in RTC_GetDateAsync() local 160 enabled = OS_DisableInterrupts(); in RTC_GetDateAsync() 163 (void)OS_RestoreInterrupts(enabled); in RTC_GetDateAsync() 167 (void)OS_RestoreInterrupts(enabled); in RTC_GetDateAsync() 218 OSIntrMode enabled; in RTC_GetTimeAsync() local 224 enabled = OS_DisableInterrupts(); in RTC_GetTimeAsync() 227 (void)OS_RestoreInterrupts(enabled); in RTC_GetTimeAsync() 231 (void)OS_RestoreInterrupts(enabled); in RTC_GetTimeAsync() 283 OSIntrMode enabled; in RTC_GetDateTimeAsync() local 290 enabled = OS_DisableInterrupts(); in RTC_GetDateTimeAsync() [all …]
|
| /TwlSDK-5.1.0/build/libraries/os/common/include/ |
| D | mi_dma.h | 60 OSIntrMode enabled = OS_DisableInterrupts(); in MIi_DmaSetParams() local 65 (void)OS_RestoreInterrupts(enabled); in MIi_DmaSetParams() 70 OSIntrMode enabled = OS_DisableInterrupts(); in MIi_DmaSetParams_wait() local 81 (void)OS_RestoreInterrupts(enabled); in MIi_DmaSetParams_wait() 109 OSIntrMode enabled = OS_DisableInterrupts(); in MIi_DmaSetParams_src32() local 115 (void)OS_RestoreInterrupts(enabled); in MIi_DmaSetParams_src32() 120 OSIntrMode enabled = OS_DisableInterrupts(); in MIi_DmaSetParams_src16() local 126 (void)OS_RestoreInterrupts(enabled); in MIi_DmaSetParams_src16() 131 OSIntrMode enabled = OS_DisableInterrupts(); in MIi_DmaSetParams_wait_src32() local 137 (void)OS_RestoreInterrupts(enabled); in MIi_DmaSetParams_wait_src32() [all …]
|
| /TwlSDK-5.1.0/build/libraries/init/common/include/ |
| D | mi_dma.h | 60 OSIntrMode enabled = OS_DisableInterrupts(); in MIi_DmaSetParams() local 65 (void)OS_RestoreInterrupts(enabled); in MIi_DmaSetParams() 70 OSIntrMode enabled = OS_DisableInterrupts(); in MIi_DmaSetParams_wait() local 81 (void)OS_RestoreInterrupts(enabled); in MIi_DmaSetParams_wait() 109 OSIntrMode enabled = OS_DisableInterrupts(); in MIi_DmaSetParams_src32() local 115 (void)OS_RestoreInterrupts(enabled); in MIi_DmaSetParams_src32() 120 OSIntrMode enabled = OS_DisableInterrupts(); in MIi_DmaSetParams_src16() local 126 (void)OS_RestoreInterrupts(enabled); in MIi_DmaSetParams_src16() 131 OSIntrMode enabled = OS_DisableInterrupts(); in MIi_DmaSetParams_wait_src32() local 137 (void)OS_RestoreInterrupts(enabled); in MIi_DmaSetParams_wait_src32() [all …]
|
| /TwlSDK-5.1.0/build/libraries/os/ARM9/src/ |
| D | os_vramExclusive.c | 87 OSIntrMode enabled = OS_DisableInterrupts(); in OSi_TryLockVram() local 101 (void)OS_RestoreInterrupts(enabled); in OSi_TryLockVram() 120 (void)OS_RestoreInterrupts(enabled); in OSi_TryLockVram() 138 OSIntrMode enabled = OS_DisableInterrupts(); in OSi_UnlockVram() local 156 (void)OS_RestoreInterrupts(enabled); in OSi_UnlockVram()
|
| /TwlSDK-5.1.0/build/libraries/spi/ARM9/src/ |
| D | tp.c | 466 OSIntrMode enabled; in TP_SetCalibrateParam() local 475 enabled = OS_DisableInterrupts(); in TP_SetCalibrateParam() 507 (void)OS_RestoreInterrupts(enabled); in TP_SetCalibrateParam() 527 OSIntrMode enabled; in TP_SetCallback() local 529 enabled = OS_DisableInterrupts(); in TP_SetCallback() 531 (void)OS_RestoreInterrupts(enabled); in TP_SetCallback() 550 OSIntrMode enabled; in TP_RequestSamplingAsync() local 554 enabled = OS_DisableInterrupts(); in TP_RequestSamplingAsync() 559 (void)OS_RestoreInterrupts(enabled); in TP_RequestSamplingAsync() 566 (void)OS_RestoreInterrupts(enabled); in TP_RequestSamplingAsync() [all …]
|
| D | mic.c | 122 OSIntrMode enabled; in MIC_DoSamplingAsync() local 152 enabled = OS_DisableInterrupts(); in MIC_DoSamplingAsync() 155 (void)OS_RestoreInterrupts(enabled); in MIC_DoSamplingAsync() 159 (void)OS_RestoreInterrupts(enabled); in MIC_DoSamplingAsync() 206 OSIntrMode enabled; in MIC_StartAutoSamplingAsync() local 278 enabled = OS_DisableInterrupts(); in MIC_StartAutoSamplingAsync() 281 (void)OS_RestoreInterrupts(enabled); in MIC_StartAutoSamplingAsync() 285 (void)OS_RestoreInterrupts(enabled); in MIC_StartAutoSamplingAsync() 331 OSIntrMode enabled; in MIC_StopAutoSamplingAsync() local 336 enabled = OS_DisableInterrupts(); in MIC_StopAutoSamplingAsync() [all …]
|
| /TwlSDK-5.1.0/build/libraries/mi/common.TWL/src/ |
| D | mi_ndma_gxcommand.c | 66 OSIntrMode enabled; in MI_SendNDmaGXCommand() local 75 enabled = OS_DisableInterrupts(); in MI_SendNDmaGXCommand() 98 (void)OS_RestoreInterrupts(enabled); in MI_SendNDmaGXCommand() 147 OSIntrMode enabled = OS_DisableInterrupts(); in MI_SendNDmaGXCommandAsync() local 160 (void)OS_RestoreInterrupts(enabled); in MI_SendNDmaGXCommandAsync() 249 OSIntrMode enabled; in MI_SendNDmaGXCommandFast() local 258 enabled = OS_DisableInterrupts(); in MI_SendNDmaGXCommandFast() 280 (void)OS_RestoreInterrupts(enabled); in MI_SendNDmaGXCommandFast()
|
| /TwlSDK-5.1.0/build/demos/wireless_shared/mbp/ |
| D | mbp.c | 336 OSIntrMode enabled = OS_DisableInterrupts(); in MBP_KickChild() local 341 (void)OS_RestoreInterrupts(enabled); in MBP_KickChild() 365 OSIntrMode enabled = OS_DisableInterrupts(); in MBP_StartDownload() local 370 (void)OS_RestoreInterrupts(enabled); in MBP_StartDownload() 905 OSIntrMode enabled = OS_DisableInterrupts(); in MBP_GetChildState() local 908 (void)OS_RestoreInterrupts(enabled); in MBP_GetChildState() 912 (void)OS_RestoreInterrupts(enabled); in MBP_GetChildState() 954 OSIntrMode enabled = OS_DisableInterrupts(); in MBP_AddBitmap() local 956 (void)OS_RestoreInterrupts(enabled); in MBP_AddBitmap() 974 OSIntrMode enabled = OS_DisableInterrupts(); in MBP_RemoveBitmap() local [all …]
|
| /TwlSDK-5.1.0/build/libraries/camera/ARM9.TWL/src/ |
| D | camera_api.c | 880 OSIntrMode enabled; in CAMERA_I2CInitAsyncCore() local 901 enabled = OS_DisableInterrupts(); in CAMERA_I2CInitAsyncCore() 904 (void)OS_RestoreInterrupts(enabled); in CAMERA_I2CInitAsyncCore() 908 (void)OS_RestoreInterrupts(enabled); in CAMERA_I2CInitAsyncCore() 953 OSIntrMode enabled; in CAMERA_I2CActivateAsyncCore() local 974 enabled = OS_DisableInterrupts(); in CAMERA_I2CActivateAsyncCore() 977 (void)OS_RestoreInterrupts(enabled); in CAMERA_I2CActivateAsyncCore() 981 (void)OS_RestoreInterrupts(enabled); in CAMERA_I2CActivateAsyncCore() 1043 OSIntrMode enabled; in CAMERA_I2CContextSwitchAsyncCore() local 1075 enabled = OS_DisableInterrupts(); in CAMERA_I2CContextSwitchAsyncCore() [all …]
|
| D | camera.c | 196 void CAMERA_SetTrimmingCore( BOOL enabled ) in CAMERA_SetTrimmingCore() argument 199 reg_CAM_CNT = (u16)(enabled ? (value | REG_CAM_CNT_T_MASK) in CAMERA_SetTrimmingCore() 291 void CAMERA_SetMasterInterruptCore( BOOL enabled ) in CAMERA_SetMasterInterruptCore() argument 294 reg_CAM_CNT = (u16)(enabled ? (value | REG_CAM_CNT_IREQI_MASK) in CAMERA_SetMasterInterruptCore() 349 void CAMERA_SetBufferErrorInterruptCore( BOOL enabled ) in CAMERA_SetBufferErrorInterruptCore() argument 352 reg_CAM_CNT = (u16)(enabled ? (value | REG_CAM_CNT_IREQBE_MASK) in CAMERA_SetBufferErrorInterruptCore()
|
| /TwlSDK-5.1.0/build/libraries/camera/ARM9.TWL/include/ |
| D | camera_intr.h | 28 void CAMERA_SetMasterInterruptCore( BOOL enabled ); 32 void CAMERA_SetBufferErrorInterruptCore( BOOL enabled );
|
| /TwlSDK-5.1.0/build/libraries/mb/common/src/ |
| D | mb_fake_child.c | 283 OSIntrMode enabled = OS_DisableInterrupts(); in MB_FakeSetCStateCallback() local 287 (void)OS_RestoreInterrupts(enabled); in MB_FakeSetCStateCallback() 305 OSIntrMode enabled; in MBFi_CommChangeChildState() local 334 enabled = OS_DisableInterrupts(); in MBFi_CommChangeChildState() 336 (void)OS_RestoreInterrupts(enabled); in MBFi_CommChangeChildState() 447 OSIntrMode enabled = OS_DisableInterrupts(); in MB_FakeSetVerboseScanCallback() local 451 (void)OS_RestoreInterrupts(enabled); in MB_FakeSetVerboseScanCallback() 465 OSIntrMode enabled = OS_DisableInterrupts(); in MB_FakeSetCompareGGIDCallback() local 469 (void)OS_RestoreInterrupts(enabled); in MB_FakeSetCompareGGIDCallback() 1157 OSIntrMode enabled; in MB_FakeGetParentGameInfo() local [all …]
|
| D | mb_child.c | 77 OSIntrMode enabled = OS_DisableInterrupts(); /* Interrupts disabled */ in MB_CommDownloadRequest() local 91 (void)OS_RestoreInterrupts(enabled); /* Cancel interrupt disabling */ in MB_CommDownloadRequest() 145 OSIntrMode enabled; in MB_CommSetChildStateCallback() local 149 enabled = OS_DisableInterrupts(); /* Interrupts disabled */ in MB_CommSetChildStateCallback() 153 (void)OS_RestoreInterrupts(enabled); /* Cancel interrupt disabling */ in MB_CommSetChildStateCallback() 187 OSIntrMode enabled; in MB_GetChildProgressPercentage() local 190 enabled = OS_DisableInterrupts(); /* Interrupts disabled */ in MB_GetChildProgressPercentage() 197 (void)OS_RestoreInterrupts(enabled); /* Cancel interrupt disabling */ in MB_GetChildProgressPercentage() 215 OSIntrMode enabled; in MB_CommStartDownload() local 218 enabled = OS_DisableInterrupts(); /* Interrupts disabled */ in MB_CommStartDownload() [all …]
|
| D | mb_wm_base.c | 1037 OSIntrMode enabled; in MB_Init() local 1048 enabled = OS_DisableInterrupts(); in MB_Init() 1127 (void)OS_RestoreInterrupts(enabled); in MB_Init() 1175 OSIntrMode enabled = OS_DisableInterrupts(); in MB_SetParentCommParam() local 1182 (void)OS_RestoreInterrupts(enabled); in MB_SetParentCommParam() 1191 (void)OS_RestoreInterrupts(enabled); in MB_SetParentCommParam() 1202 (void)OS_RestoreInterrupts(enabled); in MB_SetParentCommParam() 1210 OSIntrMode enabled = OS_DisableInterrupts(); in MB_SetParentCommSize() local 1216 (void)OS_RestoreInterrupts(enabled); in MB_SetParentCommSize() 1271 OSIntrMode enabled; in MBi_StartParentCore() local [all …]
|
| /TwlSDK-5.1.0/build/demos/os/entropy-1/src/ |
| D | wmscan.c | 187 OSIntrMode enabled; in WS_StartScan() local 189 enabled = OS_DisableInterrupts(); in WS_StartScan() 199 (void)OS_RestoreInterrupts(enabled); in WS_StartScan() 379 OSIntrMode enabled = OS_DisableInterrupts(); in WS_EndScan() local 381 (void)OS_RestoreInterrupts(enabled); in WS_EndScan()
|
| /TwlSDK-5.1.0/build/libraries/gx/ARM9/src/ |
| D | gx.c | 503 OSIntrMode enabled; in GX_SetDefaultDMA() local 512 enabled = OS_DisableInterrupts(); in GX_SetDefaultDMA() 516 (void)OS_RestoreInterrupts(enabled); in GX_SetDefaultDMA() 540 OSIntrMode enabled; in GX_SetDefaultNDMA() local 551 enabled = OS_DisableInterrupts(); in GX_SetDefaultNDMA() 555 (void)OS_RestoreInterrupts(enabled); in GX_SetDefaultNDMA()
|
| /TwlSDK-5.1.0/build/demos.TWL/camera/camera-3/src/ |
| D | main.c | 69 OSIntrMode enabled = OS_DisableInterrupts(); in DebugReport() local 72 (void)OS_RestoreInterrupts(enabled); in DebugReport() 77 OSIntrMode enabled = OS_DisableInterrupts(); in GetNextDispSrc() local 85 (void)OS_RestoreInterrupts(enabled); in GetNextDispSrc() 91 OSIntrMode enabled = OS_DisableInterrupts(); in GetNextCaptureAddr() local 113 (void)OS_RestoreInterrupts(enabled); in GetNextCaptureAddr()
|
| /TwlSDK-5.1.0/include/twl/camera/ARM9/ |
| D | camera.h | 197 void CAMERA_SetTrimmingCore( BOOL enabled ); 198 SDK_INLINE void CAMERA_SetTrimming( BOOL enabled ) in CAMERA_SetTrimming() argument 202 CAMERA_SetTrimmingCore(enabled); in CAMERA_SetTrimming()
|