Lines Matching refs:byte_count
285 u16 byte_count, u16 limit) in rv770_copy_bytes_to_smc() argument
294 if ((smc_start_address + byte_count) > limit) in rv770_copy_bytes_to_smc()
300 while (byte_count >= 4) { in rv770_copy_bytes_to_smc()
311 byte_count -= 4; in rv770_copy_bytes_to_smc()
316 if (byte_count > 0) { in rv770_copy_bytes_to_smc()
325 extra_shift = 8 * (4 - byte_count); in rv770_copy_bytes_to_smc()
327 while (byte_count > 0) { in rv770_copy_bytes_to_smc()
330 byte_count--; in rv770_copy_bytes_to_smc()
352 u32 byte_count) in rv770_program_interrupt_vectors() argument
356 if (byte_count % 4) in rv770_program_interrupt_vectors()
362 if (tmp > byte_count) in rv770_program_interrupt_vectors()
365 byte_count -= tmp; in rv770_program_interrupt_vectors()
370 for (i = 0; i < byte_count; i += 4) { in rv770_program_interrupt_vectors()