Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
dspioctl.h File Reference
#include <hw_defs.h>
#include <hw_mmu.h>

Go to the source code of this file.

Data Structures

struct  bridge_ioctl_extproc
 

Macros

#define BRDIOCTL_RESERVEDBASE   0x8000
 
#define BRDIOCTL_CHNLREAD   (BRDIOCTL_RESERVEDBASE + 0x10)
 
#define BRDIOCTL_CHNLWRITE   (BRDIOCTL_RESERVEDBASE + 0x20)
 
#define BRDIOCTL_SETMMUCONFIG   (BRDIOCTL_RESERVEDBASE + 0x60)
 
#define BRDIOCTL_PWRCONTROL   (BRDIOCTL_RESERVEDBASE + 0x70)
 
#define BRDIOCTL_DEEPSLEEP   (BRDIOCTL_PWRCONTROL + 0x0)
 
#define BRDIOCTL_EMERGENCYSLEEP   (BRDIOCTL_PWRCONTROL + 0x1)
 
#define BRDIOCTL_WAKEUP   (BRDIOCTL_PWRCONTROL + 0x2)
 
#define BRDIOCTL_CLK_CTRL   (BRDIOCTL_PWRCONTROL + 0x7)
 
#define BRDIOCTL_PWR_HIBERNATE   (BRDIOCTL_PWRCONTROL + 0x8)
 
#define BRDIOCTL_PRESCALE_NOTIFY   (BRDIOCTL_PWRCONTROL + 0x9)
 
#define BRDIOCTL_POSTSCALE_NOTIFY   (BRDIOCTL_PWRCONTROL + 0xA)
 
#define BRDIOCTL_CONSTRAINT_REQUEST   (BRDIOCTL_PWRCONTROL + 0xB)
 
#define BRDIOCTL_NUMOFMMUTLB   32
 

Macro Definition Documentation

#define BRDIOCTL_CHNLREAD   (BRDIOCTL_RESERVEDBASE + 0x10)

Definition at line 32 of file dspioctl.h.

#define BRDIOCTL_CHNLWRITE   (BRDIOCTL_RESERVEDBASE + 0x20)

Definition at line 33 of file dspioctl.h.

#define BRDIOCTL_CLK_CTRL   (BRDIOCTL_PWRCONTROL + 0x7)

Definition at line 47 of file dspioctl.h.

#define BRDIOCTL_CONSTRAINT_REQUEST   (BRDIOCTL_PWRCONTROL + 0xB)

Definition at line 52 of file dspioctl.h.

#define BRDIOCTL_DEEPSLEEP   (BRDIOCTL_PWRCONTROL + 0x0)

Definition at line 44 of file dspioctl.h.

#define BRDIOCTL_EMERGENCYSLEEP   (BRDIOCTL_PWRCONTROL + 0x1)

Definition at line 45 of file dspioctl.h.

#define BRDIOCTL_NUMOFMMUTLB   32

Definition at line 55 of file dspioctl.h.

#define BRDIOCTL_POSTSCALE_NOTIFY   (BRDIOCTL_PWRCONTROL + 0xA)

Definition at line 51 of file dspioctl.h.

#define BRDIOCTL_PRESCALE_NOTIFY   (BRDIOCTL_PWRCONTROL + 0x9)

Definition at line 50 of file dspioctl.h.

#define BRDIOCTL_PWR_HIBERNATE   (BRDIOCTL_PWRCONTROL + 0x8)

Definition at line 49 of file dspioctl.h.

#define BRDIOCTL_PWRCONTROL   (BRDIOCTL_RESERVEDBASE + 0x70)

Definition at line 37 of file dspioctl.h.

#define BRDIOCTL_RESERVEDBASE   0x8000

Definition at line 30 of file dspioctl.h.

#define BRDIOCTL_SETMMUCONFIG   (BRDIOCTL_RESERVEDBASE + 0x60)

Definition at line 35 of file dspioctl.h.

#define BRDIOCTL_WAKEUP   (BRDIOCTL_PWRCONTROL + 0x2)

Definition at line 46 of file dspioctl.h.