Searched refs:PM_LCD_POWER_ON (Results 1 – 4 of 4) sorted by relevance
242 if(PM_GetLCDPower() == PM_LCD_POWER_ON) in NitroMain()264 while(PM_SetLCDPower(PM_LCD_POWER_ON) != TRUE) in NitroMain()
295 if (trigger & PAD_KEY_UP && PM_GetLCDPower() == PM_LCD_POWER_ON && myLCDNext == MY_LCD_KEEP) in NitroMain()363 if (PM_SetLCDPower(PM_LCD_POWER_ON)) in NitroMain()
1559 if (preLCDPower == PM_LCD_POWER_ON) in PM_GoSleepMode()1561 while( PMi_SetLCDPower(PM_LCD_POWER_ON, PM_LED_ON, TRUE, TRUE) != TRUE ) in PM_GoSleepMode()1630 case PM_LCD_POWER_ON: in PMi_SetLCDPower()1734 if (sw != PM_LCD_POWER_ON) in PM_SetLCDPower()1758 return (reg_GX_POWCNT & REG_GX_POWCNT_LCD_MASK) ? PM_LCD_POWER_ON : PM_LCD_POWER_OFF; in PM_GetLCDPower()2619 if (PM_GetLCDPower() != PM_LCD_POWER_ON) in PMi_LCDOnAvoidReset()2627 while (!PM_SetLCDPower(PM_LCD_POWER_ON)) in PMi_LCDOnAvoidReset()
94 PM_LCD_POWER_ON = 1 enumerator