Lines Matching defs:bytes
188 __u32 *dst, u32 bytes)
198 while (bytes >= 4) {
200 bytes -= 4;
205 while (bytes >= 4) {
207 bytes -= 4;
213 if (!bytes)
226 while (bytes > 0) {
230 bytes--;
235 u32 bytes)
239 bank_reads8(src_base, src_offset, ISP_BANK(0), dst, bytes);
243 __u32 const *src, u32 bytes)
250 while (bytes >= 4) {
252 bytes -= 4;
257 while (bytes >= 4) {
259 bytes -= 4;
265 if (!bytes)
267 /* in case we have 3, 2 or 1 bytes left. The buffer is allocated and the
268 * extra bytes should not be read by the HW.