Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_china.c362 if (!(reg_GX_POWCNT & REG_GX_POWCNT_LCD_MASK)) in DispExclusiveMessage()
368 REG_GX_POWCNT_E2DGB_MASK | REG_GX_POWCNT_LCD_MASK); in DispExclusiveMessage()
524 if (!(shelter.gx_powcnt & REG_GX_POWCNT_LCD_MASK)) in OS_ShowAttentionChina()
530 REG_GX_POWCNT_E2DGB_MASK | REG_GX_POWCNT_LCD_MASK); in OS_ShowAttentionChina()
711 if (!(shelter.gx_powcnt & REG_GX_POWCNT_LCD_MASK)) in OS_ShowAttentionChina()
/TwlSDK-5.1.0/build/demos/os/forChina-fs/src/
Dos_china_override.c270 if (!(shelter.gx_powcnt & REG_GX_POWCNT_LCD_MASK)) in OS_ShowAttentionChina()
276 REG_GX_POWCNT_E2DGB_MASK | REG_GX_POWCNT_LCD_MASK); in OS_ShowAttentionChina()
475 if (!(shelter.gx_powcnt & REG_GX_POWCNT_LCD_MASK)) in OS_ShowAttentionChina()
/TwlSDK-5.1.0/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.1.0/include/nitro/hw/ARM9/
Dioreg_GX.h732 #define REG_GX_POWCNT_LCD_MASK 0x0001 macro
/TwlSDK-5.1.0/include/twl/hw/ARM9/
Dioreg_GX.h737 #define REG_GX_POWCNT_LCD_MASK 0x0001 macro
/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dpm.c1749 return (reg_GX_POWCNT & REG_GX_POWCNT_LCD_MASK) ? PM_LCD_POWER_ON : PM_LCD_POWER_OFF; in PM_GetLCDPower()