Lines Matching +full:7 +full:- +full:bit

4  * SPDX-License-Identifier: Apache-2.0
17 #define MAX3421E_CMD_DIR_WR BIT(1)
43 #define MAX3421E_REG_SNDBC 7U
48 #define MAX3421E_VBUSIRQ BIT(6)
49 #define MAX3421E_NOVBUSIRQ BIT(5)
50 #define MAX3421E_OSCOKIRQ BIT(0)
54 #define MAX3421E_VBUSIE BIT(6)
55 #define MAX3421E_NOVBUSIE BIT(5)
56 #define MAX3421E_OSCOKIE BIT(0)
60 #define MAX3421E_CHIPRES BIT(5)
61 #define MAX3421E_PWRDOWN BIT(4)
65 #define MAX3421E_PULSEWID1 BIT(7)
66 #define MAX3421E_PULSEWID0 BIT(6)
67 #define MAX3421E_IE BIT(0)
71 #define MAX3421E_FDUPSPI BIT(4)
72 #define MAX3421E_INTLEVEL BIT(3)
73 #define MAX3421E_POSINT BIT(2)
74 #define MAX3421E_GPXB BIT(1)
75 #define MAX3421E_GPXA BIT(0)
90 #define MAX3421E_HXFRDN BIT(7)
91 #define MAX3421E_FRAME BIT(6)
92 #define MAX3421E_CONDET BIT(5)
93 #define MAX3421E_SUSDN BIT(4)
94 #define MAX3421E_SNDBAV BIT(3)
95 #define MAX3421E_RCVDAV BIT(2)
96 #define MAX3421E_RWU BIT(1)
97 #define MAX3421E_BUSEVENT BIT(0)
101 #define MAX3421E_DPPULLDN BIT(7)
102 #define MAX3421E_DMPULLDN BIT(6)
103 #define MAX3421E_DELAYISO BIT(5)
104 #define MAX3421E_SEPIRQ BIT(4)
105 #define MAX3421E_SOFKAENAB BIT(3)
106 #define MAX3421E_HUBPRE BIT(2)
107 #define MAX3421E_LOWSPEED BIT(1)
108 #define MAX3421E_HOST BIT(0)
116 #define MAX3421E_SNDTOG1 BIT(7)
117 #define MAX3421E_SNDTOG0 BIT(6)
118 #define MAX3421E_RCVTOG1 BIT(5)
119 #define MAX3421E_RCVTOG0 BIT(4)
120 #define MAX3421E_SIGRSM BIT(3)
121 #define MAX3421E_SAMPLEBUS BIT(2)
122 #define MAX3421E_FRMRST BIT(1)
123 #define MAX3421E_BUSRST BIT(0)
127 #define MAX3421E_HS BIT(7)
128 #define MAX3421E_ISO BIT(6)
129 #define MAX3421E_OUTNIN BIT(5)
130 #define MAX3421E_SETUP BIT(4)
155 #define MAX3421E_JKSTATUS_MASK (BIT(7) | BIT(6))
156 #define MAX3421E_JSTATUS BIT(7)
157 #define MAX3421E_KSTATUS BIT(6)
158 #define MAX3421E_SNDTOGRD BIT(5)
159 #define MAX3421E_RCVTOGRD BIT(4)
192 /* Toggle error/ISO over-underrun */
204 /* K-state instead of response */
206 /* J-state instead of response */