Lines Matching refs:fields
32 } fields[]; member
52 .fields = {
76 .fields = {
100 .fields = {
111 .fields = {
123 .fields = {
133 .fields = {
147 .fields = {
187 reg->name, reg->fields[f].name); in find_field()
205 for (f = 0; strlen(regs[i]->fields[f].name); f++) { in match_options()
206 u64 shift = regs[i]->fields[f].shift; in match_options()
207 u64 width = regs[i]->fields[f].width ?: 4; in match_options()
219 if (regs[i]->fields[f].filter && in match_options()
220 !regs[i]->fields[f].filter(v)) { in match_options()