Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_pes.c305 u32 unaligned_bytes = (args->dest_offset % TS_PACKET_LEN); in vidtv_pes_write_into() local
334 if (unaligned_bytes) { in vidtv_pes_write_into()
342 TS_PACKET_LEN - unaligned_bytes); in vidtv_pes_write_into()
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A 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()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c623 size_t unaligned_bytes, aligned_count, ret; in wil_read_file_ioblob() local
638 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()