Searched refs:regmap_read (Results 1 – 12 of 12) sorted by relevance
/external/u-boot/drivers/phy/ |
D | meson-gxl-usb3.c | 100 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()
|
D | meson-gxl-usb2.c | 111 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/ |
D | regmap.h | 37 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/ |
D | meson-saradc.c | 185 regmap_read(priv->regmap, MESON_SAR_ADC_REG0, ®val); 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, ®val); in meson_saradc_wait_busy_clear() 280 regmap_read(priv->regmap, MESON_SAR_ADC_FIFO_RD, ®val); in meson_saradc_read_raw_sample() 512 regmap_read(priv->regmap, MESON_SAR_ADC_REG3, ®val); in meson_saradc_init()
|
/external/u-boot/test/dm/ |
D | regmap.c | 109 ut_assertok(regmap_read(map, 0, ®)); in dm_test_regmap_rw() 110 ut_assertok(regmap_read(map, 3, ®)); in dm_test_regmap_rw()
|
/external/u-boot/drivers/core/ |
D | regmap.c | 118 int regmap_read(struct regmap *map, uint offset, uint *valp) in regmap_read() function 141 ret = regmap_read(map, offset, ®); in regmap_update_bits()
|
/external/u-boot/drivers/clk/ |
D | clk_boston.c | 35 err = regmap_read(state->regmap, BOSTON_PLAT_MMCMDIV, &mmcmdiv); in clk_boston_get_rate()
|
/external/u-boot/drivers/reset/ |
D | reset-meson.c | 43 regmap_read(priv->regmap, reg_offset, &val); in meson_reset_level()
|
/external/u-boot/drivers/clk/at91/ |
D | clk-utmi.c | 68 err = regmap_read(plat->regmap_sfr, AT91_SFR_UTMICKTRIM, &tmp); in utmi_clk_enable()
|
/external/u-boot/drivers/net/ |
D | sni_ave.c | 638 regmap_read(priv->regmap, SG_ETPINMODE, ®); in ave_pro4_get_pinmode() 665 regmap_read(priv->regmap, SG_ETPINMODE, ®); in ave_ld11_get_pinmode() 692 regmap_read(priv->regmap, SG_ETPINMODE, ®); in ave_ld20_get_pinmode() 719 regmap_read(priv->regmap, SG_ETPINMODE, ®); in ave_pxs3_get_pinmode()
|
/external/u-boot/arch/arm/mach-stm32mp/ |
D | pwr_regulator.c | 52 return regmap_read(priv->regmap, STM32MP_PWR_CR3, (u32 *)buff); in stm32mp_pwr_read()
|
/external/u-boot/drivers/power/regulator/ |
D | pbias_regulator.c | 56 return regmap_read(priv->regmap, priv->offset, (u32 *)buff); in pbias_read()
|