Lines Matching +full:0 +full:x0000c000
11 #define CCW_CI_842 (0x00003ff8)
12 #define CCW_FC_842 (0x00000007)
16 #define CCB_VALUE (0x3fffffffffffffff)
17 #define CCB_ADDRESS (0xfffffffffffffff8)
18 #define CCB_CM (0x0000000000000007)
19 #define CCB_CM0 (0x0000000000000004)
20 #define CCB_CM12 (0x0000000000000003)
22 #define CCB_CM0_ALL_COMPLETIONS (0x0)
23 #define CCB_CM0_LAST_IN_CHAIN (0x4)
24 #define CCB_CM12_STORE (0x0)
25 #define CCB_CM12_INTERRUPT (0x1)
27 #define CCB_SIZE (0x10)
38 #define CSB_V (0x80)
39 #define CSB_F (0x04)
40 #define CSB_CH (0x03)
41 #define CSB_CE_INCOMPLETE (0x80)
42 #define CSB_CE_TERMINATION (0x40)
43 #define CSB_CE_TPBC (0x20)
45 #define CSB_CC_SUCCESS (0)
72 #define CSB_SIZE (0x10)
89 #define DDE_P (0x8000)
91 #define DDE_SIZE (0x10)
105 #define CRB_SIZE (0x80)
106 #define CRB_ALIGN (0x100) /* Errata: requires 256 alignment */
112 * AT 0 = addrs are virtual, 1 = addrs are phys
115 #define CRB_CSB_ADDRESS (0xfffffffffffffff0)
116 #define CRB_CSB_C (0x0000000000000008)
117 #define CRB_CSB_AT (0x0000000000000002)
118 #define CRB_CSB_M (0x0000000000000001)
150 #define CCW_PS (0xff000000)
151 #define CCW_CT (0x00ff0000)
152 #define CCW_CD (0x0000ffff)
153 #define CCW_CL (0x0000c000)