Home
last modified time | relevance | path

Searched refs:gx_powcnt (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.2.1/build/demos/os/forChina-fs/src/
Dos_china_override.c242 u16 gx_powcnt; in OS_ShowAttentionChina() member
271 shelter.gx_powcnt = reg_GX_POWCNT; in OS_ShowAttentionChina()
285 if (!(shelter.gx_powcnt & REG_GX_POWCNT_LCD_MASK)) in OS_ShowAttentionChina()
497 reg_GX_POWCNT = shelter.gx_powcnt; in OS_ShowAttentionChina()
498 if (!(shelter.gx_powcnt & REG_GX_POWCNT_LCD_MASK)) in OS_ShowAttentionChina()
/TwlSDK-5.2.1/build/libraries/os/ARM9/src/
Dos_china.c524 u16 gx_powcnt; in OS_ShowAttentionChina() member
553 shelter.gx_powcnt = reg_GX_POWCNT; in OS_ShowAttentionChina()
567 if (!(shelter.gx_powcnt & REG_GX_POWCNT_LCD_MASK)) in OS_ShowAttentionChina()
759 reg_GX_POWCNT = shelter.gx_powcnt; 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.c202 u16 gx_powcnt = reg_GX_POWCNT; in OSi_PrepareAttention() local
209 if(!(gx_powcnt & REG_GX_POWCNT_LCD_MASK)) in OSi_PrepareAttention()