Home
last modified time | relevance | path

Searched refs:regmap_get_val_bytes (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/firmware/cirrus/test/
H A Dcs_dsp_mock_mem_maps.c180 return 3 * regmap_get_val_bytes(priv->dsp->regmap); in cs_dsp_mock_reg_block_length_bytes()
228 regmap_get_val_bytes(priv->dsp->regmap); in cs_dsp_mock_reg_block_length_registers()
247 return regmap_get_val_bytes(priv->dsp->regmap) / 2; in cs_dsp_mock_reg_block_length_dsp_words()
H A Dcs_dsp_mock_regmap.c253 size_t num_regs = num_bytes / regmap_get_val_bytes(priv->dsp->regmap); in cs_dsp_mock_regmap_drop_bytes()
H A Dcs_dsp_test_wmfw.c345 regmap_get_val_bytes(priv->dsp->regmap); in wmfw_write_multiple_payloads_sparse_unordered()
527 offset_num_regs = offset_bytes / regmap_get_val_bytes(priv->dsp->regmap); in wmfw_write_multiple_unpacked_mem()
624 offset_num_regs = offset_bytes / regmap_get_val_bytes(priv->dsp->regmap); in wmfw_write_multiple_packed_unpacked_mem()
/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()
H A Dmcp251xfd-dump.c67 const int val_bytes = regmap_get_val_bytes(priv->map_rx); in mcp251xfd_dump_registers()
H A Dmcp251xfd-rx.c217 const int val_bytes = regmap_get_val_bytes(priv->map_rx); in mcp251xfd_rx_obj_read()
H A Dmcp251xfd-core.c1432 const int val_bytes = regmap_get_val_bytes(priv->map_reg); in mcp251xfd_read_regs_status()
/linux/drivers/platform/mellanox/
H A Dmlxreg-io.c239 priv->regsize = regmap_get_val_bytes(priv->pdata->regmap); in mlxreg_io_probe()
/linux/drivers/watchdog/
H A Dmlx_wdt.c296 rc = regmap_get_val_bytes(wdt->regmap); in mlxreg_wdt_probe()
/linux/include/linux/
H A Dregmap.h1346 int regmap_get_val_bytes(struct regmap *map);
2026 static inline int regmap_get_val_bytes(struct regmap *map) in regmap_get_val_bytes() function
/linux/sound/soc/
H A Dsoc-component.c429 int val_bytes = regmap_get_val_bytes(component->regmap); in snd_soc_component_setup_regmap()
/linux/drivers/base/regmap/
H A Dregmap.c3447 * regmap_get_val_bytes() - Report the size of a register value
3454 int regmap_get_val_bytes(struct regmap *map) in regmap_get_val_bytes() function
3461 EXPORT_SYMBOL_GPL(regmap_get_val_bytes);
/linux/sound/soc/codecs/
H A Darizona.c2735 len = params->num_regs * regmap_get_val_bytes(arizona->regmap); in arizona_eq_coeff_put()
H A Dmadera.c4755 len = params->num_regs * regmap_get_val_bytes(madera->regmap); in madera_eq_coeff_put()