Searched refs:unaligned_bytes (Results 1 – 2 of 2) sorted by relevance
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()
634 size_t unaligned_bytes, aligned_count, ret; in wil_read_file_ioblob() local649 unaligned_bytes = pos % 4; in wil_read_file_ioblob()650 aligned_pos = pos - unaligned_bytes; in wil_read_file_ioblob()651 aligned_count = count + unaligned_bytes; in wil_read_file_ioblob()673 ret = copy_to_user(user_buf, buf + unaligned_bytes, count); in wil_read_file_ioblob()