Searched refs:len_bytes (Results 1 – 8 of 8) sorted by relevance
33 unsigned int len_bytes; member229 def.length_bytes = param->len_bytes; in cs_dsp_ctl_cache_init()279 def.length_bytes = param->len_bytes; in cs_dsp_ctl_cache_init_write_only()891 def.length_bytes = param->len_bytes; in cs_dsp_ctl_cache_read_not_started()952 def.length_bytes = param->len_bytes; in cs_dsp_ctl_cache_read_stopped()1018 def.length_bytes = param->len_bytes; in cs_dsp_ctl_cache_read_powered_down()1081 def.length_bytes = param->len_bytes; in cs_dsp_ctl_cache_read_stopped_powered_down()1149 def.length_bytes = param->len_bytes; in cs_dsp_ctl_cache_read_not_current_loaded_fw()1217 def.length_bytes = param->len_bytes; in cs_dsp_ctl_cache_read_not_current_running_fw()1540 param->len_bytes), in cs_dsp_ctl_cache_writethrough_unchanged()[all …]
33 unsigned int len_bytes; member930 readback, len_bytes), in cs_dsp_ctl_read_with_seek()997 readback, len_bytes), in cs_dsp_ctl_read_cache_with_seek()1019 unsigned int len_bytes; in cs_dsp_ctl_read_truncated() local1058 for (len_bytes = sizeof(u32); len_bytes < def.length_bytes; len_bytes += sizeof(u32)) { in cs_dsp_ctl_read_truncated()1089 unsigned int len_bytes; in cs_dsp_ctl_read_cache_truncated() local1128 for (len_bytes = sizeof(u32); len_bytes < def.length_bytes; len_bytes += sizeof(u32)) { in cs_dsp_ctl_read_cache_truncated()1318 unsigned int len_bytes; in cs_dsp_ctl_write_truncated() local1360 for (len_bytes = sizeof(u32); len_bytes < def.length_bytes; len_bytes += sizeof(u32)) { in cs_dsp_ctl_write_truncated()1398 unsigned int len_bytes; in cs_dsp_ctl_write_cache_truncated() local[all …]
472 u32 bmp_offset, u32 len_bytes) in pds_vfio_dirty_process_bitmaps() argument480 dword_count = len_bytes / sizeof(u64); in pds_vfio_dirty_process_bitmaps()
487 .len_bytes = cpu_to_le32(total_len), in pds_vfio_dirty_seq_ack_cmd()
1234 __le16 len_bytes; member
4257 kalive.len_bytes = cpu_to_le16(0); in brcmf_keepalive_start()
943 int len_bytes; in sja1105_table_write_crc() local945 len_bytes = (uintptr_t)(crc_ptr - table_start); in sja1105_table_write_crc()946 computed_crc = sja1105_crc32(table_start, len_bytes); in sja1105_table_write_crc()
511 u32 len_bytes, __le32 *data) in iwl_read_prph_block() argument515 for (i = 0; i < len_bytes; i += 4) in iwl_read_prph_block()
Completed in 54 milliseconds