Lines Matching defs:count
67 u32 count, bool incr)
71 for (i = 0; i < count; i++) {
161 u32 word, opcode, offset, count, mask, class;
186 count = word & 0xffff;
187 err = fw_check_regs_seq(&fw, offset, count, true);
190 "illegal INCR(offset=0x%x, count=%u) in class 0x%x at word %u",
191 offset, count, fw.class, fw.pos-1);
195 count = word & 0xffff;
196 err = fw_check_regs_seq(&fw, offset, count, false);
199 "illegal NONINCR(offset=0x%x, count=%u) in class 0x%x at word %u",
200 offset, count, fw.class, fw.pos-1);