Home
last modified time | relevance | path

Searched refs:regmap_get_reg_stride (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.1/drivers/rtc/
Drtc-r7301.c66 int reg_stride = regmap_get_reg_stride(priv->regmap); in rtc7301_read()
76 int reg_stride = regmap_get_reg_stride(priv->regmap); in rtc7301_write()
84 int reg_stride = regmap_get_reg_stride(priv->regmap); in rtc7301_update_bits()
/Linux-v6.1/drivers/fpga/
Dintel-m10-bmc-sec-update.c44 stride = regmap_get_reg_stride(sec->m10bmc->regmap); in show_root_entry_hash()
100 stride = regmap_get_reg_stride(sec->m10bmc->regmap); in show_canceled_csk()
148 stride = regmap_get_reg_stride(sec->m10bmc->regmap); in flash_count_show()
452 stride = regmap_get_reg_stride(sec->m10bmc->regmap); in m10bmc_sec_write()
/Linux-v6.1/sound/soc/meson/
Daxg-spdifout.c201 offset += regmap_get_reg_stride(priv->map)) in axg_spdifout_set_chsts()
209 offset += regmap_get_reg_stride(priv->map)) in axg_spdifout_set_chsts()
Daxg-tdm-formatter.c53 offset += regmap_get_reg_stride(map); in axg_tdm_formatter_set_channel_masks()
Daxg-spdifin.c154 reg = offset * regmap_get_reg_stride(map) + base_reg; in axg_spdifin_write_mode_param()
Daxg-pdm.c325 unsigned int offset = index * regmap_get_reg_stride(priv->map) in axg_pdm_set_lpf_ctrl()
/Linux-v6.1/include/linux/
Dregmap.h1221 int regmap_get_reg_stride(struct regmap *map);
1902 static inline int regmap_get_reg_stride(struct regmap *map) in regmap_get_reg_stride() function
/Linux-v6.1/drivers/pinctrl/
Dpinctrl-ocelot.c1345 pin * regmap_get_reg_stride(info->pincfg), in ocelot_hw_get_value()
1379 regaddr * regmap_get_reg_stride(info->pincfg), in ocelot_pincfg_clrsetbits()
1388 regaddr * regmap_get_reg_stride(info->pincfg), in ocelot_pincfg_clrsetbits()
Dpinctrl-microchip-sgpio.c148 regmap_get_reg_stride(priv->regs); in sgpio_get_addr()
/Linux-v6.1/drivers/base/regmap/
Dregmap.c3483 int regmap_get_reg_stride(struct regmap *map) in regmap_get_reg_stride() function
3487 EXPORT_SYMBOL_GPL(regmap_get_reg_stride);
/Linux-v6.1/drivers/media/platform/allegro-dvt/
Dallegro-core.c804 int stride = regmap_get_reg_stride(sram); in allegro_mbox_write()
843 int stride = regmap_get_reg_stride(sram); in allegro_mbox_read()
/Linux-v6.1/drivers/clk/meson/
Daxg-audio.c1671 unsigned int stride = regmap_get_reg_stride(rst->map); in axg_audio_reset_reg_and_bit()