Searched refs:unaligned_bytes (Results 1 – 3 of 3) sorted by relevance
305 u32 unaligned_bytes = (args->dest_offset % TS_PACKET_LEN); in vidtv_pes_write_into() local334 if (unaligned_bytes) { in vidtv_pes_write_into()342 TS_PACKET_LEN - unaligned_bytes); in vidtv_pes_write_into()
498 u32 unaligned_bytes = len & 0x3; in ath6kl_bmi_fast_download() local504 if (unaligned_bytes) { in ath6kl_bmi_fast_download()506 memcpy(&last_word, &buf[last_word_offset], unaligned_bytes); in ath6kl_bmi_fast_download()513 if (unaligned_bytes) in ath6kl_bmi_fast_download()
623 size_t unaligned_bytes, aligned_count, ret; in wil_read_file_ioblob() local638 unaligned_bytes = pos % 4; in wil_read_file_ioblob()639 aligned_pos = pos - unaligned_bytes; in wil_read_file_ioblob()640 aligned_count = count + unaligned_bytes; in wil_read_file_ioblob()662 ret = copy_to_user(user_buf, buf + unaligned_bytes, count); in wil_read_file_ioblob()