Home
last modified time | relevance | path

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

/external/u-boot/drivers/phy/
Dmeson-gxl-usb3.c100 regmap_read(priv->regmap, USB_R0, &val); in phy_meson_gxl_usb3_set_host_mode()
104 regmap_read(priv->regmap, USB_R4, &val); in phy_meson_gxl_usb3_set_host_mode()
117 regmap_read(priv->regmap, USB_R5, &val); in phy_meson_gxl_usb3_power_on()
133 regmap_read(priv->regmap, USB_R5, &val); in phy_meson_gxl_usb3_power_off()
147 regmap_read(priv->regmap, USB_R1, &val); in phy_meson_gxl_usb3_init()
Dmeson-gxl-usb2.c111 regmap_read(priv->regmap, U2P_R0, &val); in phy_meson_gxl_usb2_reset()
128 regmap_read(priv->regmap, U2P_R0, &val); in phy_meson_gxl_usb2_set_host_mode()
143 regmap_read(priv->regmap, U2P_R0, &val); in phy_meson_gxl_usb2_power_on()
167 regmap_read(priv->regmap, U2P_R0, &val); in phy_meson_gxl_usb2_power_off()
/external/u-boot/include/
Dregmap.h37 int regmap_read(struct regmap *map, uint offset, uint *valp);
43 regmap_read(map, (uint32_t *)(ptr)->member - (uint32_t *)(ptr), valp)
/external/u-boot/drivers/adc/
Dmeson-saradc.c185 regmap_read(priv->regmap, MESON_SAR_ADC_REG0, &regval); in meson_saradc_get_fifo_count()
204 regmap_read(priv->regmap, MESON_SAR_ADC_DELAY, &val); in meson_saradc_lock()
230 regmap_read(priv->regmap, MESON_SAR_ADC_FIFO_RD, &tmp); in meson_saradc_clear_fifo()
255 regmap_read(priv->regmap, MESON_SAR_ADC_REG0, &regval); in meson_saradc_wait_busy_clear()
280 regmap_read(priv->regmap, MESON_SAR_ADC_FIFO_RD, &regval); in meson_saradc_read_raw_sample()
512 regmap_read(priv->regmap, MESON_SAR_ADC_REG3, &regval); in meson_saradc_init()
/external/u-boot/test/dm/
Dregmap.c109 ut_assertok(regmap_read(map, 0, &reg)); in dm_test_regmap_rw()
110 ut_assertok(regmap_read(map, 3, &reg)); in dm_test_regmap_rw()
/external/u-boot/drivers/core/
Dregmap.c118 int regmap_read(struct regmap *map, uint offset, uint *valp) in regmap_read() function
141 ret = regmap_read(map, offset, &reg); in regmap_update_bits()
/external/u-boot/drivers/clk/
Dclk_boston.c35 err = regmap_read(state->regmap, BOSTON_PLAT_MMCMDIV, &mmcmdiv); in clk_boston_get_rate()
/external/u-boot/drivers/reset/
Dreset-meson.c43 regmap_read(priv->regmap, reg_offset, &val); in meson_reset_level()
/external/u-boot/drivers/clk/at91/
Dclk-utmi.c68 err = regmap_read(plat->regmap_sfr, AT91_SFR_UTMICKTRIM, &tmp); in utmi_clk_enable()
/external/u-boot/drivers/net/
Dsni_ave.c638 regmap_read(priv->regmap, SG_ETPINMODE, &reg); in ave_pro4_get_pinmode()
665 regmap_read(priv->regmap, SG_ETPINMODE, &reg); in ave_ld11_get_pinmode()
692 regmap_read(priv->regmap, SG_ETPINMODE, &reg); in ave_ld20_get_pinmode()
719 regmap_read(priv->regmap, SG_ETPINMODE, &reg); in ave_pxs3_get_pinmode()
/external/u-boot/arch/arm/mach-stm32mp/
Dpwr_regulator.c52 return regmap_read(priv->regmap, STM32MP_PWR_CR3, (u32 *)buff); in stm32mp_pwr_read()
/external/u-boot/drivers/power/regulator/
Dpbias_regulator.c56 return regmap_read(priv->regmap, priv->offset, (u32 *)buff); in pbias_read()