Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
azt1605.c File Reference
#include "galaxy.c"

Go to the source code of this file.

Macros

#define AZT1605
 
#define CRD_NAME   "Aztech AZT1605"
 
#define DRV_NAME   "AZT1605"
 
#define DEV_NAME   "azt1605"
 
#define GALAXY_DSP_MAJOR   2
 
#define GALAXY_DSP_MINOR   1
 
#define GALAXY_CONFIG_SIZE   3
 
#define GALAXY_CONFIG_SBA_220   (0 << 0)
 
#define GALAXY_CONFIG_SBA_240   (1 << 0)
 
#define GALAXY_CONFIG_SBA_260   (2 << 0)
 
#define GALAXY_CONFIG_SBA_280   (3 << 0)
 
#define GALAXY_CONFIG_SBA_MASK   GALAXY_CONFIG_SBA_280
 
#define GALAXY_CONFIG_MPUA_300   (0 << 2)
 
#define GALAXY_CONFIG_MPUA_330   (1 << 2)
 
#define GALAXY_CONFIG_MPU_ENABLE   (1 << 3)
 
#define GALAXY_CONFIG_GAME_ENABLE   (1 << 4)
 
#define GALAXY_CONFIG_CD_PANASONIC   (1 << 5)
 
#define GALAXY_CONFIG_CD_MITSUMI   (1 << 6)
 
#define GALAXY_CONFIG_CD_MASK
 
#define GALAXY_CONFIG_UNUSED   (1 << 7)
 
#define GALAXY_CONFIG_UNUSED_MASK   GALAXY_CONFIG_UNUSED
 
#define GALAXY_CONFIG_SBIRQ_2   (1 << 8)
 
#define GALAXY_CONFIG_SBIRQ_3   (1 << 9)
 
#define GALAXY_CONFIG_SBIRQ_5   (1 << 10)
 
#define GALAXY_CONFIG_SBIRQ_7   (1 << 11)
 
#define GALAXY_CONFIG_MPUIRQ_2   (1 << 12)
 
#define GALAXY_CONFIG_MPUIRQ_3   (1 << 13)
 
#define GALAXY_CONFIG_MPUIRQ_5   (1 << 14)
 
#define GALAXY_CONFIG_MPUIRQ_7   (1 << 15)
 
#define GALAXY_CONFIG_WSSA_530   (0 << 16)
 
#define GALAXY_CONFIG_WSSA_604   (1 << 16)
 
#define GALAXY_CONFIG_WSSA_E80   (2 << 16)
 
#define GALAXY_CONFIG_WSSA_F40   (3 << 16)
 
#define GALAXY_CONFIG_WSS_ENABLE   (1 << 18)
 
#define GALAXY_CONFIG_CDIRQ_11   (1 << 19)
 
#define GALAXY_CONFIG_CDIRQ_12   (1 << 20)
 
#define GALAXY_CONFIG_CDIRQ_15   (1 << 21)
 
#define GALAXY_CONFIG_CDIRQ_MASK
 
#define GALAXY_CONFIG_CDDMA_DISABLE   (0 << 22)
 
#define GALAXY_CONFIG_CDDMA_0   (1 << 22)
 
#define GALAXY_CONFIG_CDDMA_1   (2 << 22)
 
#define GALAXY_CONFIG_CDDMA_3   (3 << 22)
 
#define GALAXY_CONFIG_CDDMA_MASK   GALAXY_CONFIG_CDDMA_3
 
#define GALAXY_CONFIG_MASK
 

Macro Definition Documentation

#define AZT1605

Definition at line 20 of file azt1605.c.

#define CRD_NAME   "Aztech AZT1605"

Definition at line 22 of file azt1605.c.

#define DEV_NAME   "azt1605"

Definition at line 24 of file azt1605.c.

#define DRV_NAME   "AZT1605"

Definition at line 23 of file azt1605.c.

#define GALAXY_CONFIG_CD_MASK
Value:
(\
GALAXY_CONFIG_CD_PANASONIC | GALAXY_CONFIG_CD_MITSUMI)

Definition at line 50 of file azt1605.c.

#define GALAXY_CONFIG_CD_MITSUMI   (1 << 6)

Definition at line 49 of file azt1605.c.

#define GALAXY_CONFIG_CD_PANASONIC   (1 << 5)

Definition at line 48 of file azt1605.c.

#define GALAXY_CONFIG_CDDMA_0   (1 << 22)

Definition at line 81 of file azt1605.c.

#define GALAXY_CONFIG_CDDMA_1   (2 << 22)

Definition at line 82 of file azt1605.c.

#define GALAXY_CONFIG_CDDMA_3   (3 << 22)

Definition at line 83 of file azt1605.c.

#define GALAXY_CONFIG_CDDMA_DISABLE   (0 << 22)

Definition at line 80 of file azt1605.c.

#define GALAXY_CONFIG_CDDMA_MASK   GALAXY_CONFIG_CDDMA_3

Definition at line 84 of file azt1605.c.

#define GALAXY_CONFIG_CDIRQ_11   (1 << 19)

Definition at line 73 of file azt1605.c.

#define GALAXY_CONFIG_CDIRQ_12   (1 << 20)

Definition at line 74 of file azt1605.c.

#define GALAXY_CONFIG_CDIRQ_15   (1 << 21)

Definition at line 75 of file azt1605.c.

#define GALAXY_CONFIG_CDIRQ_MASK
Value:
(\
GALAXY_CONFIG_CDIRQ_11 | GALAXY_CONFIG_CDIRQ_12 |\
GALAXY_CONFIG_CDIRQ_15)

Definition at line 76 of file azt1605.c.

#define GALAXY_CONFIG_GAME_ENABLE   (1 << 4)

Definition at line 46 of file azt1605.c.

#define GALAXY_CONFIG_MASK
Value:
(\
GALAXY_CONFIG_SBA_MASK | GALAXY_CONFIG_CD_MASK |\
GALAXY_CONFIG_UNUSED_MASK | GALAXY_CONFIG_CDIRQ_MASK |\
GALAXY_CONFIG_CDDMA_MASK)

Definition at line 86 of file azt1605.c.

#define GALAXY_CONFIG_MPU_ENABLE   (1 << 3)

Definition at line 44 of file azt1605.c.

#define GALAXY_CONFIG_MPUA_300   (0 << 2)

Definition at line 41 of file azt1605.c.

#define GALAXY_CONFIG_MPUA_330   (1 << 2)

Definition at line 42 of file azt1605.c.

#define GALAXY_CONFIG_MPUIRQ_2   (1 << 12)

Definition at line 61 of file azt1605.c.

#define GALAXY_CONFIG_MPUIRQ_3   (1 << 13)

Definition at line 62 of file azt1605.c.

#define GALAXY_CONFIG_MPUIRQ_5   (1 << 14)

Definition at line 63 of file azt1605.c.

#define GALAXY_CONFIG_MPUIRQ_7   (1 << 15)

Definition at line 64 of file azt1605.c.

#define GALAXY_CONFIG_SBA_220   (0 << 0)

Definition at line 35 of file azt1605.c.

#define GALAXY_CONFIG_SBA_240   (1 << 0)

Definition at line 36 of file azt1605.c.

#define GALAXY_CONFIG_SBA_260   (2 << 0)

Definition at line 37 of file azt1605.c.

#define GALAXY_CONFIG_SBA_280   (3 << 0)

Definition at line 38 of file azt1605.c.

#define GALAXY_CONFIG_SBA_MASK   GALAXY_CONFIG_SBA_280

Definition at line 39 of file azt1605.c.

#define GALAXY_CONFIG_SBIRQ_2   (1 << 8)

Definition at line 56 of file azt1605.c.

#define GALAXY_CONFIG_SBIRQ_3   (1 << 9)

Definition at line 57 of file azt1605.c.

#define GALAXY_CONFIG_SBIRQ_5   (1 << 10)

Definition at line 58 of file azt1605.c.

#define GALAXY_CONFIG_SBIRQ_7   (1 << 11)

Definition at line 59 of file azt1605.c.

#define GALAXY_CONFIG_SIZE   3

Definition at line 29 of file azt1605.c.

#define GALAXY_CONFIG_UNUSED   (1 << 7)

Definition at line 53 of file azt1605.c.

#define GALAXY_CONFIG_UNUSED_MASK   GALAXY_CONFIG_UNUSED

Definition at line 54 of file azt1605.c.

#define GALAXY_CONFIG_WSS_ENABLE   (1 << 18)

Definition at line 71 of file azt1605.c.

#define GALAXY_CONFIG_WSSA_530   (0 << 16)

Definition at line 66 of file azt1605.c.

#define GALAXY_CONFIG_WSSA_604   (1 << 16)

Definition at line 67 of file azt1605.c.

#define GALAXY_CONFIG_WSSA_E80   (2 << 16)

Definition at line 68 of file azt1605.c.

#define GALAXY_CONFIG_WSSA_F40   (3 << 16)

Definition at line 69 of file azt1605.c.

#define GALAXY_DSP_MAJOR   2

Definition at line 26 of file azt1605.c.

#define GALAXY_DSP_MINOR   1

Definition at line 27 of file azt1605.c.