Lines Matching +full:0 +full:x01a0
12 #define MCR_WCIR 0x0000
13 #define MCR_WHLPCR 0x0004
18 #define WHLPCR_INT_EN_SET BIT(0)
20 #define MCR_WSDIOCSR 0x0008
21 #define MCR_WHCR 0x000C
32 #define MCR_WHISR 0x0010
33 #define MCR_WHIER 0x0014
40 #define WHIER_TX_DONE_INT_EN BIT(0)
47 #define MCR_WASR 0x0020
48 #define MCR_WSICR 0x0024
49 #define MCR_WTSR0 0x0028
50 #define TQ0_CNT GENMASK(7, 0)
55 #define MCR_WTSR1 0x002c
56 #define TQ4_CNT GENMASK(7, 0)
61 #define MCR_WTDR1 0x0034
62 #define MCR_WRDR0 0x0050
63 #define MCR_WRDR1 0x0054
64 #define MCR_WRDR(p) (0x0050 + 4 * (p))
65 #define MCR_H2DSM0R 0x0070
70 #define MCR_H2DSM1R 0x0074
71 #define MCR_D2HRM0R 0x0078
72 #define MCR_D2HRM1R 0x007c
73 #define MCR_D2HRM2R 0x0080
74 #define MCR_WRPLR 0x0090
75 #define RX0_PACKET_LENGTH GENMASK(15, 0)
78 #define MCR_WTMDR 0x00b0
79 #define MCR_WTMCR 0x00b4
80 #define MCR_WTMDPCR0 0x00b8
81 #define MCR_WTMDPCR1 0x00bc
82 #define MCR_WPLRCR 0x00d4
83 #define MCR_WSR 0x00D8
84 #define MCR_CLKIOCR 0x0100
85 #define MCR_CMDIOCR 0x0104
86 #define MCR_DAT0IOCR 0x0108
87 #define MCR_DAT1IOCR 0x010C
88 #define MCR_DAT2IOCR 0x0110
89 #define MCR_DAT3IOCR 0x0114
90 #define MCR_CLKDLYCR 0x0118
91 #define MCR_CMDDLYCR 0x011C
92 #define MCR_ODATDLYCR 0x0120
93 #define MCR_IDATDLYCR1 0x0124
94 #define MCR_IDATDLYCR2 0x0128
95 #define MCR_ILCHCR 0x012C
96 #define MCR_WTQCR0 0x0130
97 #define MCR_WTQCR1 0x0134
98 #define MCR_WTQCR2 0x0138
99 #define MCR_WTQCR3 0x013C
100 #define MCR_WTQCR4 0x0140
101 #define MCR_WTQCR5 0x0144
102 #define MCR_WTQCR6 0x0148
103 #define MCR_WTQCR7 0x014C
104 #define MCR_WTQCR(x) (0x130 + 4 * (x))
105 #define TXQ_CNT_L GENMASK(15, 0)
108 #define MCR_SWPCDBGR 0x0154
110 #define MCR_H2DSM2R 0x0160 /* supported in CONNAC2 */
111 #define MCR_H2DSM3R 0x0164 /* supported in CONNAC2 */
112 #define MCR_D2HRM3R 0x0174 /* supported in CONNAC2 */
113 #define D2HRM3R_IS_DRIVER_OWN BIT(0)
114 #define MCR_WTQCR8 0x0190 /* supported in CONNAC2 */
115 #define MCR_WTQCR9 0x0194 /* supported in CONNAC2 */
116 #define MCR_WTQCR10 0x0198 /* supported in CONNAC2 */
117 #define MCR_WTQCR11 0x019C /* supported in CONNAC2 */
118 #define MCR_WTQCR12 0x01A0 /* supported in CONNAC2 */
119 #define MCR_WTQCR13 0x01A4 /* supported in CONNAC2 */
120 #define MCR_WTQCR14 0x01A8 /* supported in CONNAC2 */
121 #define MCR_WTQCR15 0x01AC /* supported in CONNAC2 */