Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
mbx_sh.h File Reference

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)
 

Macro Definition Documentation

#define MBX_DBG_CLASS   0x4000 /* For debugging purpose */

Definition at line 115 of file mbx_sh.h.

#define MBX_DBG_SYSPRINTF   (MBX_DBG_CLASS + 0x0)

Definition at line 142 of file mbx_sh.h.

#define MBX_DEH_BASE   0x0

Definition at line 121 of file mbx_sh.h.

#define MBX_DEH_LIMIT   0x3FF /* 1023 */

Definition at line 123 of file mbx_sh.h.

#define MBX_DEH_RESET   0x101 /* DSP RESET (DEH) */

Definition at line 124 of file mbx_sh.h.

#define MBX_DEH_USERS_BASE   0x100 /* 256 */

Definition at line 122 of file mbx_sh.h.

#define MBX_PCPY_CLASS   0x0800 /* PROC-COPY " */

Definition at line 113 of file mbx_sh.h.

#define MBX_PM_CLASS   0x2000 /* Power Management */

Definition at line 114 of file mbx_sh.h.

#define MBX_PM_DSPHIBERNATE   (MBX_PM_CLASS + 0x9)

Definition at line 137 of file mbx_sh.h.

#define MBX_PM_DSPIDLE   (MBX_PM_CLASS + 0x0)

Definition at line 131 of file mbx_sh.h.

#define MBX_PM_DSPRETENTION   (MBX_PM_CLASS + 0x8)

Definition at line 136 of file mbx_sh.h.

#define MBX_PM_DSPWAKEUP   (MBX_PM_CLASS + 0x1)

Definition at line 132 of file mbx_sh.h.

#define MBX_PM_EMERGENCYSLEEP   (MBX_PM_CLASS + 0x2)

Definition at line 133 of file mbx_sh.h.

#define MBX_PM_HIBERNATE_EN   (MBX_PM_CLASS + 0xA)

Definition at line 138 of file mbx_sh.h.

#define MBX_PM_OPP_REQ   (MBX_PM_CLASS + 0xB)

Definition at line 139 of file mbx_sh.h.

#define MBX_PM_SETPOINT_POSTNOTIFY   (MBX_PM_CLASS + 0x7)

Definition at line 135 of file mbx_sh.h.

#define MBX_PM_SETPOINT_PRENOTIFY   (MBX_PM_CLASS + 0x6)

Definition at line 134 of file mbx_sh.h.