Searched refs:PPSMC_HasDisplay (Results 1 – 5 of 5) sorted by relevance
95 #define PPSMC_HasDisplay ((uint8_t)0x5E) macro
131 #define PPSMC_HasDisplay ((uint16_t)0x5E) macro
134 #define PPSMC_HasDisplay ((uint16_t)0x5E) macro
126 #define PPSMC_HasDisplay ((uint16_t)0x5E) macro
4060 return (smum_send_msg_to_smc(hwmgr, (PPSMC_Msg)PPSMC_HasDisplay, NULL) == 0) ? 0 : -EINVAL; in smu7_notify_smc_display()4153 PPSMC_Msg msg = has_display ? (PPSMC_Msg)PPSMC_HasDisplay : (PPSMC_Msg)PPSMC_NoDisplay; in smu7_notify_smc_display_change()