Home
last modified time | relevance | path

Searched refs:regmap_update_bits (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/drivers/adc/
H A Dmeson-saradc.c195 regmap_update_bits(priv->regmap, MESON_SAR_ADC_DELAY, in meson_saradc_lock()
218 regmap_update_bits(priv->regmap, MESON_SAR_ADC_DELAY, in meson_saradc_unlock()
297 regmap_update_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_saradc_start_sample_engine()
301 regmap_update_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_saradc_start_sample_engine()
305 regmap_update_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_saradc_start_sample_engine()
312 regmap_update_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_saradc_stop_sample_engine()
315 regmap_update_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_saradc_stop_sample_engine()
322 regmap_update_bits(priv->regmap, MESON_SAR_ADC_REG0, in meson_saradc_stop_sample_engine()
347 regmap_update_bits(priv->regmap, MESON_SAR_ADC_AVG_CNTL, in meson_saradc_set_averaging()
352 regmap_update_bits(priv->regmap, MESON_SAR_ADC_AVG_CNTL, in meson_saradc_set_averaging()
[all …]
/openbmc/u-boot/drivers/power/domain/
H A Dmeson-gx-pwrc-vpu.c52 regmap_update_bits(priv->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_gx_pwrc_vpu_on()
58 regmap_update_bits(priv->regmap_hhi, HHI_VPU_MEM_PD_REG0, in meson_gx_pwrc_vpu_on()
64 regmap_update_bits(priv->regmap_hhi, HHI_VPU_MEM_PD_REG1, in meson_gx_pwrc_vpu_on()
70 regmap_update_bits(priv->regmap_hhi, HHI_MEM_PD_REG0, in meson_gx_pwrc_vpu_on()
80 regmap_update_bits(priv->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_gx_pwrc_vpu_on()
99 regmap_update_bits(priv->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_gx_pwrc_vpu_off()
105 regmap_update_bits(priv->regmap_hhi, HHI_VPU_MEM_PD_REG0, in meson_gx_pwrc_vpu_off()
110 regmap_update_bits(priv->regmap_hhi, HHI_VPU_MEM_PD_REG1, in meson_gx_pwrc_vpu_off()
115 regmap_update_bits(priv->regmap_hhi, HHI_MEM_PD_REG0, in meson_gx_pwrc_vpu_off()
121 regmap_update_bits(priv->regmap_ao, AO_RTI_GEN_PWR_SLEEP0, in meson_gx_pwrc_vpu_off()
/openbmc/u-boot/drivers/spi/
H A Dmeson_spifc.c148 regmap_update_bits(spifc->regmap, REG_USER, USER_UC_MASK, in meson_spifc_txrx()
154 regmap_update_bits(spifc->regmap, REG_USER, USER_DIN_EN_MS, in meson_spifc_txrx()
160 regmap_update_bits(spifc->regmap, REG_USER4, USER4_CS_ACT, in meson_spifc_txrx()
164 regmap_update_bits(spifc->regmap, REG_SLAVE, SLAVE_TRST_DONE, 0); in meson_spifc_txrx()
166 regmap_update_bits(spifc->regmap, REG_CMD, CMD_USER, CMD_USER); in meson_spifc_txrx()
200 regmap_update_bits(spifc->regmap, REG_CTRL, CTRL_ENABLE_AHB, 0); in meson_spifc_xfer()
210 regmap_update_bits(spifc->regmap, REG_CTRL, CTRL_ENABLE_AHB, in meson_spifc_xfer()
256 regmap_update_bits(spifc->regmap, REG_USER, USER_CLK_NOT_INV, in meson_spifc_set_mode()
259 regmap_update_bits(spifc->regmap, REG_USER4, USER4_CS_POL_HIGH, in meson_spifc_set_mode()
272 regmap_update_bits(spifc->regmap, REG_SLAVE, SLAVE_SW_RST, in meson_spifc_hw_init()
[all …]
/openbmc/u-boot/drivers/reset/
H A Dreset-mediatek.c40 return regmap_update_bits(priv->regmap, in mediatek_reset_assert()
52 return regmap_update_bits(priv->regmap, in mediatek_reset_deassert()
/openbmc/u-boot/test/dm/
H A Dregmap.c112 ut_assertok(regmap_update_bits(map, 0, 0xff00ff00, 0x55aa2211)); in dm_test_regmap_rw()
113 ut_assertok(regmap_update_bits(map, 3, 0x00ff00ff, 0xcacafada)); in dm_test_regmap_rw()
/openbmc/u-boot/drivers/net/
H A Dmt7628-eth.c305 regmap_update_bits(priv->sysctrl_regmap, MT7628_AGPIO_CFG_REG, in rt305x_esw_init()
309 regmap_update_bits(priv->sysctrl_regmap, MT7628_RSTCTRL_REG, in rt305x_esw_init()
311 regmap_update_bits(priv->sysctrl_regmap, MT7628_RSTCTRL_REG, in rt305x_esw_init()
316 regmap_update_bits(priv->sysctrl_regmap, MT7628_GPIO2_MODE_REG, in rt305x_esw_init()
/openbmc/u-boot/include/
H A Dregmap.h301 int regmap_update_bits(struct regmap *map, uint offset, uint mask, uint val);
/openbmc/u-boot/drivers/clk/
H A Dclk_meson.c222 regmap_update_bits(priv->map, gate->reg, in meson_set_gate_by_id()
387 regmap_update_bits(priv->map, parm->reg_off, SETPMASK(parm->width, parm->shift), in meson_div_set_rate()
548 regmap_update_bits(priv->map, parm->reg_off, SETPMASK(parm->width, parm->shift), in meson_mux_set_parent()
H A Dclk_meson_axg.c64 regmap_update_bits(priv->map, gate->reg, in meson_set_gate()
/openbmc/u-boot/drivers/core/
H A Dregmap.c412 int regmap_update_bits(struct regmap *map, uint offset, uint mask, uint val) in regmap_update_bits() function