Home
last modified time | relevance | path

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

/linux/drivers/firmware/cirrus/test/
H A Dcs_dsp_test_control_cache.c33 unsigned int len_bytes; member
211 reg_vals = kunit_kmalloc(test, param->len_bytes, GFP_KERNEL); in cs_dsp_ctl_cache_init()
214 readback = kunit_kzalloc(test, param->len_bytes, GFP_KERNEL); in cs_dsp_ctl_cache_init()
222 get_random_bytes(reg_vals, param->len_bytes); in cs_dsp_ctl_cache_init()
223 regmap_raw_write(dsp->regmap, reg, reg_vals, param->len_bytes); in cs_dsp_ctl_cache_init()
229 def.length_bytes = param->len_bytes; in cs_dsp_ctl_cache_init()
248 cs_dsp_coeff_lock_and_read_ctrl(ctl, 0, readback, param->len_bytes), in cs_dsp_ctl_cache_init()
250 KUNIT_EXPECT_MEMEQ(test, readback, reg_vals, param->len_bytes); in cs_dsp_ctl_cache_init()
269 zeros = kunit_kzalloc(test, param->len_bytes, GFP_KERNEL); in cs_dsp_ctl_cache_init_write_only()
272 readback = kunit_kmalloc(test, param->len_bytes, GFP_KERNEL); in cs_dsp_ctl_cache_init_write_only()
[all …]
/linux/fs/ocfs2/
H A Dextent_map.c757 u64 len_bytes, phys_bytes, virt_bytes; in ocfs2_fiemap() local
808 len_bytes = (u64)le16_to_cpu(rec.e_leaf_clusters) << osb->s_clustersize_bits; in ocfs2_fiemap()
814 len_bytes, fe_flags); in ocfs2_fiemap()
/linux/drivers/vfio/pci/pds/
H A Ddirty.c475 u32 bmp_offset, u32 len_bytes) in pds_vfio_dirty_process_bitmaps() argument
483 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/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwil_types.h1234 __le16 len_bytes; member
H A Dcfg80211.c4257 kalive.len_bytes = cpu_to_le16(0); in brcmf_keepalive_start()
/linux/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/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()