Home
last modified time | relevance | path

Searched refs:len_bytes (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_control_cache.c33 unsigned int len_bytes; member
229 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()
892 def.length_bytes = param->len_bytes; in cs_dsp_ctl_cache_read_not_started()
953 def.length_bytes = param->len_bytes; in cs_dsp_ctl_cache_read_stopped()
1019 def.length_bytes = param->len_bytes; in cs_dsp_ctl_cache_read_powered_down()
1082 def.length_bytes = param->len_bytes; in cs_dsp_ctl_cache_read_stopped_powered_down()
1150 def.length_bytes = param->len_bytes; in cs_dsp_ctl_cache_read_not_current_loaded_fw()
1218 def.length_bytes = param->len_bytes; in cs_dsp_ctl_cache_read_not_current_running_fw()
1541 param->len_bytes), in cs_dsp_ctl_cache_writethrough_unchanged()
[all …]
H A Dcs_dsp_test_control_rw.c33 unsigned int len_bytes; member
930 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() local
1058 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() local
1128 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() local
1360 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 …]
/linux-6.15/fs/ocfs2/
H A Dextent_map.c751 u64 len_bytes, phys_bytes, virt_bytes; in ocfs2_fiemap() local
802 len_bytes = (u64)le16_to_cpu(rec.e_leaf_clusters) << osb->s_clustersize_bits; in ocfs2_fiemap()
807 len_bytes, fe_flags); in ocfs2_fiemap()
/linux-6.15/drivers/vfio/pci/pds/
H A Ddirty.c472 u32 bmp_offset, u32 len_bytes) in pds_vfio_dirty_process_bitmaps() argument
480 dword_count = len_bytes / sizeof(u64); in pds_vfio_dirty_process_bitmaps()
H A Dcmds.c487 .len_bytes = cpu_to_le32(total_len), in pds_vfio_dirty_seq_ack_cmd()
/linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwil_types.h1234 __le16 len_bytes; member
H A Dcfg80211.c4239 kalive.len_bytes = cpu_to_le16(0); in brcmf_keepalive_start()
/linux-6.15/include/linux/pds/
H A Dpds_adminq.h1162 __le32 len_bytes; member
/linux-6.15/tools/testing/selftests/mm/
H A Dprotection_keys.c173 static void dump_mem(void *dumpme, int len_bytes) in dump_mem() argument
178 for (i = 0; i < len_bytes; i += sizeof(u64)) { in dump_mem()
/linux-6.15/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.c943 int len_bytes; in sja1105_table_write_crc() local
945 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()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c511 u32 len_bytes, __le32 *data) in iwl_read_prph_block() argument
515 for (i = 0; i < len_bytes; i += 4) in iwl_read_prph_block()