Home
last modified time | relevance | path

Searched refs:val_bytes (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/base/regmap/
H A Dregmap.c779 map->format.val_bytes = BITS_TO_BYTES(config->val_bits); in __regmap_init()
1653 for (i = 0; i < val_len / map->format.val_bytes; i++) { in _regmap_raw_write_impl()
1664 int val_bytes = map->format.val_bytes; in _regmap_raw_write_impl() local
1667 i = noinc ? val_len - val_bytes : 0; in _regmap_raw_write_impl()
1668 for (; i < val_len; i += val_bytes) { in _regmap_raw_write_impl()
1670 offset = noinc ? 0 : regmap_get_offset(map, i / val_bytes); in _regmap_raw_write_impl()
1687 int val_num = val_len / map->format.val_bytes; in _regmap_raw_write_impl()
1694 win_residue, val_len / map->format.val_bytes); in _regmap_raw_write_impl()
1697 map->format.val_bytes, noinc); in _regmap_raw_write_impl()
1703 val += win_residue * map->format.val_bytes; in _regmap_raw_write_impl()
[all …]
H A Dregmap-mmio.c19 unsigned int val_bytes; member
189 if (ctx->big_endian && (ctx->val_bytes > 1)) { in regmap_mmio_noinc_write()
190 switch (ctx->val_bytes) { in regmap_mmio_noinc_write()
211 switch (ctx->val_bytes) { in regmap_mmio_noinc_write()
342 switch (ctx->val_bytes) { in regmap_mmio_noinc_read()
363 if (ctx->big_endian && (ctx->val_bytes > 1)) { in regmap_mmio_noinc_read()
364 switch (ctx->val_bytes) { in regmap_mmio_noinc_read()
438 ctx->val_bytes = config->val_bits / 8; in regmap_mmio_gen_context()
H A Dregcache-maple.c195 size_t val_bytes = map->format.val_bytes; in regcache_maple_sync_block() local
207 buf = kmalloc_array(max - min, val_bytes, map->alloc_flags); in regcache_maple_sync_block()
219 ret = _regmap_raw_write(map, min, buf, (max - min) * val_bytes, in regcache_maple_sync_block()
H A Dregmap-irq.c382 for_each_set_bit(b, &mreg, map->format.val_bytes * 8) { in read_irq_data()
383 if (i * map->format.val_bytes * 8 + b > in read_irq_data()
412 switch (map->format.val_bytes) { in read_irq_data()
799 map->format.val_bytes, in regmap_add_irq_chip_fwnode()
/linux/drivers/nvmem/
H A Dlpc18xx_eeprom.c50 unsigned val_bytes; member
118 bytes -= eeprom->val_bytes; in lpc18xx_eeprom_gather_write()
119 val += eeprom->val_bytes; in lpc18xx_eeprom_gather_write()
120 offset += eeprom->val_bytes; in lpc18xx_eeprom_gather_write()
142 bytes -= eeprom->val_bytes; in lpc18xx_eeprom_read()
143 val += eeprom->val_bytes; in lpc18xx_eeprom_read()
144 offset += eeprom->val_bytes; in lpc18xx_eeprom_read()
210 eeprom->val_bytes = 4; in lpc18xx_eeprom_probe()
/linux/drivers/mfd/
H A Dtps6594-i2c.c115 u8 *val_bytes = val_buf; in tps6594_i2c_read() local
127 ret = tps6594_i2c_reg_read_with_crc(client, page, reg + i, val_bytes + i); in tps6594_i2c_read()
142 msgs[1].buf = val_bytes; in tps6594_i2c_read()
/linux/sound/soc/
H A Dsoc-ops.c475 int val_bytes = snd_soc_component_regmap_val_bytes(component); in snd_soc_clip_to_platform_max()
478 uinfo->count = params->num_regs * val_bytes;
489 int val_bytes = snd_soc_component_regmap_val_bytes(component); in snd_soc_limit_volume()
495 params->num_regs * val_bytes); in snd_soc_limit_volume()
501 switch (val_bytes) { in snd_soc_limit_volume()
527 int val_bytes = snd_soc_component_regmap_val_bytes(component); in snd_soc_bytes_get()
534 len = params->num_regs * val_bytes; in snd_soc_bytes_get()
553 switch (val_bytes) { in snd_soc_bytes_get()
676 int val_bytes = snd_soc_component_regmap_val_bytes(component);
679 unsigned int regwshift = val_bytes * BITS_PER_BYT
[all...]
/linux/sound/soc/tegra/
H A Dtegra210_mbdrc.c310 int val_bytes = snd_soc_component_regmap_val_bytes(cmpnt); in tegra210_mbdrc_band_params_get()
317 for (i = 0; i < params->soc.num_regs; i++, regs += val_bytes) { in tegra210_mbdrc_band_params_get()
332 int val_bytes = snd_soc_component_regmap_val_bytes(cmpnt); in tegra210_mbdrc_band_params_put()
340 for (i = 0; i < params->soc.num_regs; i++, regs += val_bytes) { in tegra210_mbdrc_band_params_put()
358 int val_bytes = snd_soc_component_regmap_val_bytes(cmpnt); in tegra210_mbdrc_threshold_get()
365 for (i = 0; i < num_regs; i += 4, regs += val_bytes) { in tegra210_mbdrc_threshold_get()
387 int val_bytes = snd_soc_component_regmap_val_bytes(cmpnt); in tegra210_mbdrc_threshold_put()
394 for (i = 0; i < num_regs; i += 4, regs += val_bytes) { in tegra210_mbdrc_threshold_put()
420 int val_bytes = snd_soc_component_regmap_val_bytes(cmpnt); in tegra210_mbdrc_biquad_coeffs_get()
423 memset(data, 0, params->soc.num_regs * val_bytes); in tegra210_mbdrc_biquad_coeffs_put()
[all...]
H A Dtegra210_peq.c151 int val_bytes = snd_soc_component_regmap_val_bytes(cmpnt); in tegra210_peq_ram_get()
153 u32 reg_data = reg_ctrl + val_bytes; in tegra210_peq_ram_get()
175 int val_bytes = snd_soc_component_regmap_val_bytes(cmpnt); in tegra210_peq_ram_put()
177 u32 reg_data = reg_ctrl + val_bytes; in tegra210_peq_ram_put()
H A Dtegra210_ahub.c23 int val_bytes = snd_soc_component_regmap_val_bytes(cmpnt); in tegra_ahub_get_value_enum()
39 (8 * val_bytes * i); in tegra_ahub_get_value_enum()
63 int val_bytes = snd_soc_component_regmap_val_bytes(cmpnt); in tegra_ahub_put_value_enum()
74 reg_idx = (value - 1) / (8 * val_bytes); in tegra_ahub_put_value_enum()
75 bit_pos = (value - 1) % (8 * val_bytes); in tegra_ahub_put_value_enum()
/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-tef.c188 const int val_bytes = regmap_get_val_bytes(priv->map_rx); in mcp251xfd_tef_obj_read() local
203 sizeof(*hw_tef_obj) / val_bytes * len); in mcp251xfd_tef_obj_read()
H A Dmcp251xfd-rx.c217 const int val_bytes = regmap_get_val_bytes(priv->map_rx); in mcp251xfd_rx_obj_read() local
223 len * ring->obj_size / val_bytes); in mcp251xfd_rx_obj_read()
H A Dmcp251xfd-dump.c67 const int val_bytes = regmap_get_val_bytes(priv->map_rx); in mcp251xfd_dump_registers() local
83 buf, reg_space->size / val_bytes); in mcp251xfd_dump_registers()