Home
last modified time | relevance | path

Searched refs:reg_OS_IME (Results 1 – 6 of 6) sorted by relevance

/TwlSDK-5.4/include/nitro/os/common/
Dinterrupt.h166 u16 prep = reg_OS_IME; in OS_EnableIrq()
167 reg_OS_IME = OS_IME_ENABLE; in OS_EnableIrq()
183 u16 prep = reg_OS_IME; in OS_DisableIrq()
184 reg_OS_IME = OS_IME_DISABLE; in OS_DisableIrq()
202 u16 prep = reg_OS_IME; in OS_RestoreIrq()
203 reg_OS_IME = (u16)enable; in OS_RestoreIrq()
220 return (BOOL)reg_OS_IME; in OS_GetIrq()
/TwlSDK-5.4/include/twl/os/common/
Dinterrupt.h224 u16 prep = reg_OS_IME; in OS_EnableIrq()
225 reg_OS_IME = OS_IME_ENABLE; in OS_EnableIrq()
241 u16 prep = reg_OS_IME; in OS_DisableIrq()
242 reg_OS_IME = OS_IME_DISABLE; in OS_DisableIrq()
260 u16 prep = reg_OS_IME; in OS_RestoreIrq()
261 reg_OS_IME = (u16)enable; in OS_RestoreIrq()
278 return (BOOL)reg_OS_IME; in OS_GetIrq()
/TwlSDK-5.4/build/libraries/spi/ARM9/src/
Dtp.c1149 SDK_ASSERT(reg_OS_IME == 1); in TP_WaitBusy()
1183 SDK_ASSERT(reg_OS_IME == 1); in TP_WaitAllBusy()
/TwlSDK-5.4/include/nitro/hw/ARM9/
Dioreg_OS.h86 #define reg_OS_IME (*( REGType16v *) REG_IME_ADDR) macro
/TwlSDK-5.4/build/libraries/os/common/src/
Dos_reset.c440 reg_OS_IME = 0; in OSi_DoResetSystem()
488 reg_OS_IME = 0; in OSi_DoResetSystem()
/TwlSDK-5.4/include/twl/hw/ARM9/
Dioreg_OS.h86 #define reg_OS_IME (*( REGType16v *) REG_IME_ADDR) macro