Searched refs:MBX_PM_CLASS (Results 1 – 2 of 2) sorted by relevance
114 #define MBX_PM_CLASS 0x2000 /* Power Management */ macro131 #define MBX_PM_DSPIDLE (MBX_PM_CLASS + 0x0)132 #define MBX_PM_DSPWAKEUP (MBX_PM_CLASS + 0x1)133 #define MBX_PM_EMERGENCYSLEEP (MBX_PM_CLASS + 0x2)134 #define MBX_PM_SETPOINT_PRENOTIFY (MBX_PM_CLASS + 0x6)135 #define MBX_PM_SETPOINT_POSTNOTIFY (MBX_PM_CLASS + 0x7)136 #define MBX_PM_DSPRETENTION (MBX_PM_CLASS + 0x8)137 #define MBX_PM_DSPHIBERNATE (MBX_PM_CLASS + 0x9)138 #define MBX_PM_HIBERNATE_EN (MBX_PM_CLASS + 0xA)139 #define MBX_PM_OPP_REQ (MBX_PM_CLASS + 0xB)
942 if (pio_mgr->intr_val & MBX_PM_CLASS) in io_mbox_msg()