Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/os/ARM9/src/
Dos_china.c395 if (!(reg_GX_POWCNT & REG_GX_POWCNT_LCD_MASK)) in DispExclusiveMessage()
401 REG_GX_POWCNT_E2DGB_MASK | REG_GX_POWCNT_LCD_MASK); in DispExclusiveMessage()
564 if (!(shelter.gx_powcnt & REG_GX_POWCNT_LCD_MASK)) in OS_ShowAttentionChina()
570 REG_GX_POWCNT_E2DGB_MASK | REG_GX_POWCNT_LCD_MASK); in OS_ShowAttentionChina()
757 if (!(shelter.gx_powcnt & REG_GX_POWCNT_LCD_MASK)) in OS_ShowAttentionChina()
/TwlSDK-5.5/build/libraries/os/ARM9.TWL/src/
Dos_attention.c273 if(!(gx_powcnt & REG_GX_POWCNT_LCD_MASK)) in OSi_PrepareAttention()
280 REG_GX_POWCNT_E2DGB_MASK | REG_GX_POWCNT_LCD_MASK); in OSi_PrepareAttention()
/TwlSDK-5.5/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.5/include/nitro/hw/ARM9/
Dioreg_GX.h732 #define REG_GX_POWCNT_LCD_MASK 0x0001 macro
/TwlSDK-5.5/include/twl/hw/ARM9/
Dioreg_GX.h737 #define REG_GX_POWCNT_LCD_MASK 0x0001 macro
/TwlSDK-5.5/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()