Home
last modified time | relevance | path

Searched refs:OS_IME_DISABLE (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.2.1/include/nitro/os/common/
Dinterrupt.h43 #define OS_IME_DISABLE (0UL << REG_OS_IME_IME_SHIFT) macro
184 reg_OS_IME = OS_IME_DISABLE; in OS_DisableIrq()
/TwlSDK-5.2.1/include/twl/os/common/
Dinterrupt.h41 #define OS_IME_DISABLE (0UL << REG_OS_IME_IME_SHIFT) macro
242 reg_OS_IME = OS_IME_DISABLE; in OS_DisableIrq()
/TwlSDK-5.2.1/build/libraries/spi/ARM9/src/
Dpm.c155 || ( PMi_WaitBusyMethod & PMi_WAITBUSY_METHOD_IME && OS_GetIrq() == OS_IME_DISABLE ) ) in PMi_WaitBusy()
/TwlSDK-5.2.1/build/libraries/camera/ARM9.TWL/src/
Dcamera_api.c2796 if (OS_GetCpsrIrq() == OS_INTRMODE_IRQ_DISABLE || OS_GetIrq() == OS_IME_DISABLE) in CameraWaitBusy()