Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | MBX_PCPY_CLASS 0x0800 /* PROC-COPY " */ |
#define | MBX_PM_CLASS 0x2000 /* Power Management */ |
#define | MBX_DBG_CLASS 0x4000 /* For debugging purpose */ |
#define | MBX_DEH_BASE 0x0 |
#define | MBX_DEH_USERS_BASE 0x100 /* 256 */ |
#define | MBX_DEH_LIMIT 0x3FF /* 1023 */ |
#define | MBX_DEH_RESET 0x101 /* DSP RESET (DEH) */ |
#define | MBX_PM_DSPIDLE (MBX_PM_CLASS + 0x0) |
#define | MBX_PM_DSPWAKEUP (MBX_PM_CLASS + 0x1) |
#define | MBX_PM_EMERGENCYSLEEP (MBX_PM_CLASS + 0x2) |
#define | MBX_PM_SETPOINT_PRENOTIFY (MBX_PM_CLASS + 0x6) |
#define | MBX_PM_SETPOINT_POSTNOTIFY (MBX_PM_CLASS + 0x7) |
#define | MBX_PM_DSPRETENTION (MBX_PM_CLASS + 0x8) |
#define | MBX_PM_DSPHIBERNATE (MBX_PM_CLASS + 0x9) |
#define | MBX_PM_HIBERNATE_EN (MBX_PM_CLASS + 0xA) |
#define | MBX_PM_OPP_REQ (MBX_PM_CLASS + 0xB) |
#define | MBX_DBG_SYSPRINTF (MBX_DBG_CLASS + 0x0) |
#define MBX_DBG_SYSPRINTF (MBX_DBG_CLASS + 0x0) |
#define MBX_PM_DSPHIBERNATE (MBX_PM_CLASS + 0x9) |
#define MBX_PM_DSPIDLE (MBX_PM_CLASS + 0x0) |
#define MBX_PM_DSPRETENTION (MBX_PM_CLASS + 0x8) |
#define MBX_PM_DSPWAKEUP (MBX_PM_CLASS + 0x1) |
#define MBX_PM_EMERGENCYSLEEP (MBX_PM_CLASS + 0x2) |
#define MBX_PM_HIBERNATE_EN (MBX_PM_CLASS + 0xA) |
#define MBX_PM_OPP_REQ (MBX_PM_CLASS + 0xB) |
#define MBX_PM_SETPOINT_POSTNOTIFY (MBX_PM_CLASS + 0x7) |
#define MBX_PM_SETPOINT_PRENOTIFY (MBX_PM_CLASS + 0x6) |