Lines Matching +full:0 +full:xc0100000
76 u32 taskSize0; /* task size control 0. */
92 #define PTD_CTL_TSK_PRI 0x8000
93 #define PTD_CTL_COMM_PREFETCH 0x0001
96 #define TASK_CTL_EN 0x8000
97 #define TASK_CTL_VALID 0x4000
98 #define TASK_CTL_ALWAYS 0x2000
99 #define TASK_CTL_INIT_MASK 0x1f00
100 #define TASK_CTL_ASTRT 0x0080
101 #define TASK_CTL_HIPRITSKEN 0x0040
102 #define TASK_CTL_HLDINITNUM 0x0020
103 #define TASK_CTL_ASTSKNUM_MASK 0x000f
106 #define PRIORITY_HLD 0x80
107 #define PRIORITY_PRI_MASK 0x07
110 #define DBG_CTL_BLOCK_TASKS_MASK 0xffff0000
111 #define DBG_CTL_AUTO_ARM 0x00008000
112 #define DBG_CTL_BREAK 0x00004000
113 #define DBG_CTL_COMP1_TYP_MASK 0x00003800
114 #define DBG_CTL_COMP2_TYP_MASK 0x00000070
115 #define DBG_CTL_EXT_BREAK 0x00000004
116 #define DBG_CTL_INT_BREAK 0x00000002
123 #define PTD_DBG_REQ 0x00 /* shows the state of 31 initiators */
124 #define PTD_DBG_TSK_VLD_INIT 0x01 /* shows which 16 tasks are valid and
128 #define MCD_OK 0
134 #define MCD_RELOC_TASKS 0x00000001
135 #define MCD_NO_RELOC_TASKS 0x00000000
136 #define MCD_COMM_PREFETCH_EN 0x00000002 /* MCF547x/548x ONLY */
172 #define MCD_NO_BYTE_SWAP 0x00045670
173 #define MCD_BYTE_REVERSE 0x00076540
174 #define MCD_U16_REVERSE 0x00067450
175 #define MCD_U16_BYTE_REVERSE 0x00054760
176 #define MCD_NO_BIT_REV 0x00000000
177 #define MCD_BIT_REV 0x00088880
179 #define MCD_CRC16 0xc0100000
180 #define MCD_CRCCCITT 0xc0200000
181 #define MCD_CRC32 0xc0300000
182 #define MCD_CSUMINET 0xc0400000
183 #define MCD_NO_CSUM 0xa0000000
190 #define MCD_TT_FLAGS_RL 0x00000001 /* Read line */
191 #define MCD_TT_FLAGS_CW 0x00000002 /* Combine Writes */
192 #define MCD_TT_FLAGS_SP 0x00000004 /* MCF547x/548x ONLY */
193 #define MCD_TT_FLAGS_MASK 0x000000ff
196 #define MCD_SINGLE_DMA 0x00000100 /* Unchained DMA */
199 #define MCD_FECTX_DMA 0x00001000 /* FEC TX ring DMA */
200 #define MCD_FECRX_DMA 0x00002000 /* FEC RX ring DMA */
212 #define MCD_BUF_READY 0x80000000
213 #define MCD_WRAP 0x20000000
214 #define MCD_INTERRUPT 0x10000000
215 #define MCD_END_FRAME 0x08000000
216 #define MCD_CRC_RESTART 0x40000000
219 #define MCD_FEC_BUF_READY 0x8000
220 #define MCD_FEC_WRAP 0x2000
221 #define MCD_FEC_INTERRUPT 0x1000
222 #define MCD_FEC_END_FRAME 0x0800
227 #define MCD_FALSE 0
231 #define ZERO 0
365 so I'm avoiding surrounding it with "do {} while(0)" */