Lines Matching +full:0 +full:x00000044
11 #define FALCON_UCLASS_METHOD_OFFSET 0x00000040
13 #define FALCON_UCLASS_METHOD_DATA 0x00000044
15 #define FALCON_IRQMSET 0x00001010
21 #define FALCON_IRQMSET_EXT(v) (((v) & 0xff) << 8)
23 #define FALCON_IRQDEST 0x0000101c
28 #define FALCON_IRQDEST_EXT(v) (((v) & 0xff) << 8)
30 #define FALCON_ITFEN 0x00001048
31 #define FALCON_ITFEN_CTXEN (1 << 0)
34 #define FALCON_IDLESTATE 0x0000104c
36 #define FALCON_CPUCTL 0x00001100
39 #define FALCON_BOOTVEC 0x00001104
41 #define FALCON_DMACTL 0x0000110c
45 #define FALCON_DMATRFBASE 0x00001110
47 #define FALCON_DMATRFMOFFS 0x00001114
49 #define FALCON_DMATRFCMD 0x00001118
53 #define FALCON_DMATRFCMD_DMACTX(v) (((v) & 0x7) << 12)
55 #define FALCON_DMATRFFBOFFS 0x0000111c
58 u32 magic; /* 0x10de */