Lines Matching refs:bits
129 .bits = {{
136 .bits = {{
159 .bits = {{
166 .bits = {{
172 .bits = {{
178 .bits = {{
186 .bits = {{
195 .bits = {{
236 .bits = {{
243 .bits = {{
263 .bits = {{
280 .bits = {{
287 .bits = {{
307 .bits = {{
317 .bits = {{
324 .bits = {{
1064 if (desc->bits[i].mask == 0) in check_cmd()
1067 if (desc->bits[i].condition_mask != 0) { in check_cmd()
1069 desc->bits[i].condition_offset; in check_cmd()
1071 desc->bits[i].condition_mask; in check_cmd()
1077 dword = cmd[desc->bits[i].offset] & in check_cmd()
1078 desc->bits[i].mask; in check_cmd()
1080 if (dword != desc->bits[i].expected) { in check_cmd()
1083 desc->bits[i].mask, in check_cmd()
1084 desc->bits[i].expected, in check_cmd()