Searched refs:PM_LCD_POWER_ON (Results 1 – 3 of 3) sorted by relevance
302 if (trigger & PAD_KEY_UP && PM_GetLCDPower() == PM_LCD_POWER_ON && myLCDNext == MY_LCD_KEEP) in NitroMain()370 if (PM_SetLCDPower(PM_LCD_POWER_ON)) in NitroMain()
1550 if (preLCDPower == PM_LCD_POWER_ON) in PM_GoSleepMode()1552 while( PMi_SetLCDPower(PM_LCD_POWER_ON, PM_LED_ON, TRUE, TRUE) != TRUE ) in PM_GoSleepMode()1621 case PM_LCD_POWER_ON: in PMi_SetLCDPower()1725 if (sw != PM_LCD_POWER_ON) in PM_SetLCDPower()1749 return (reg_GX_POWCNT & REG_GX_POWCNT_LCD_MASK) ? PM_LCD_POWER_ON : PM_LCD_POWER_OFF; in PM_GetLCDPower()2608 if (PM_GetLCDPower() != PM_LCD_POWER_ON) in PMi_LCDOnAvoidReset()2616 while (!PM_SetLCDPower(PM_LCD_POWER_ON)) in PMi_LCDOnAvoidReset()
94 PM_LCD_POWER_ON = 1 enumerator