Home
last modified time | relevance | path

Searched refs:unaligned_bytes (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/wireless/ath/ath6kl/
Dbmi.c498 u32 unaligned_bytes = len & 0x3; in ath6kl_bmi_fast_download() local
504 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()
/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Ddebugfs.c634 size_t unaligned_bytes, aligned_count, ret; in wil_read_file_ioblob() local
649 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()