Home
last modified time | relevance | path

Searched refs:REG_GX_POWCNT_LCD_MASK (Results 1 – 7 of 7) sorted by relevance

/TwlSDK-5.2.1/build/libraries/os/ARM9/src/
Dos_china.c404 if (!(reg_GX_POWCNT & REG_GX_POWCNT_LCD_MASK)) in DispExclusiveMessage()
410 REG_GX_POWCNT_E2DGB_MASK | REG_GX_POWCNT_LCD_MASK); in DispExclusiveMessage()
567 if (!(shelter.gx_powcnt & REG_GX_POWCNT_LCD_MASK)) in OS_ShowAttentionChina()
573 REG_GX_POWCNT_E2DGB_MASK | REG_GX_POWCNT_LCD_MASK); in OS_ShowAttentionChina()
760 if (!(shelter.gx_powcnt & REG_GX_POWCNT_LCD_MASK)) in OS_ShowAttentionChina()
/TwlSDK-5.2.1/build/libraries/os/ARM9.TWL/src/
Dos_attention.c209 if(!(gx_powcnt & REG_GX_POWCNT_LCD_MASK)) in OSi_PrepareAttention()
216 REG_GX_POWCNT_E2DGB_MASK | REG_GX_POWCNT_LCD_MASK); in OSi_PrepareAttention()
/TwlSDK-5.2.1/build/demos/os/forChina-fs/src/
Dos_china_override.c285 if (!(shelter.gx_powcnt & REG_GX_POWCNT_LCD_MASK)) in OS_ShowAttentionChina()
291 REG_GX_POWCNT_E2DGB_MASK | REG_GX_POWCNT_LCD_MASK); in OS_ShowAttentionChina()
498 if (!(shelter.gx_powcnt & REG_GX_POWCNT_LCD_MASK)) in OS_ShowAttentionChina()
/TwlSDK-5.2.1/include/nitro/gx/
Dgx.h1157 reg_GX_POWCNT |= REG_GX_POWCNT_LCD_MASK; in GXi_PowerLCD()
1161 reg_GX_POWCNT &= ~REG_GX_POWCNT_LCD_MASK; in GXi_PowerLCD()
/TwlSDK-5.2.1/include/nitro/hw/ARM9/
Dioreg_GX.h732 #define REG_GX_POWCNT_LCD_MASK 0x0001 macro
/TwlSDK-5.2.1/include/twl/hw/ARM9/
Dioreg_GX.h737 #define REG_GX_POWCNT_LCD_MASK 0x0001 macro
/TwlSDK-5.2.1/build/libraries/spi/ARM9/src/
Dpm.c1758 return (reg_GX_POWCNT & REG_GX_POWCNT_LCD_MASK) ? PM_LCD_POWER_ON : PM_LCD_POWER_OFF; in PM_GetLCDPower()