Home
last modified time | relevance | path

Searched refs:reg_OS_IE (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.4/build/libraries/os/common/src/
Dos_interrupt.c310 OSIrqMask prep = reg_OS_IE; in OS_SetIrqMask()
311 reg_OS_IE = intr; in OS_SetIrqMask()
340 OSIrqMask prep = reg_OS_IE; in OS_EnableIrqMask()
341 reg_OS_IE = prep | intr; in OS_EnableIrqMask()
369 OSIrqMask prep = reg_OS_IE; in OS_DisableIrqMask()
370 reg_OS_IE = prep & ~intr; in OS_DisableIrqMask()
/TwlSDK-5.4/include/nitro/os/common/
Dinterrupt.h248 return reg_OS_IE; in OS_GetIrqMask()
/TwlSDK-5.4/include/twl/os/common/
Dinterrupt.h310 return reg_OS_IE; in OS_GetIrqMask()
/TwlSDK-5.4/include/nitro/hw/ARM9/
Dioreg_OS.h92 #define reg_OS_IE (*( REGType32v *) REG_IE_ADDR) macro
/TwlSDK-5.4/include/twl/hw/ARM9/
Dioreg_OS.h92 #define reg_OS_IE (*( REGType32v *) REG_IE_ADDR) macro