Lines Matching refs:fields
32 } fields[]; member
52 .fields = {
76 .fields = {
100 .fields = {
111 .fields = {
123 .fields = {
134 .fields = {
155 .fields = {
204 reg->name, reg->fields[f].name); in find_field()
222 for (f = 0; strlen(regs[i]->fields[f].name); f++) { in match_options()
223 u64 shift = regs[i]->fields[f].shift; in match_options()
224 u64 width = regs[i]->fields[f].width ?: 4; in match_options()
236 if (regs[i]->fields[f].filter && in match_options()
237 !regs[i]->fields[f].filter(v)) { in match_options()