Home
last modified time | relevance | path

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

/external/u-boot/drivers/phy/
Dmeson-gxl-usb3.c102 regmap_write(priv->regmap, USB_R0, val); in phy_meson_gxl_usb3_set_host_mode()
106 regmap_write(priv->regmap, USB_R4, val); in phy_meson_gxl_usb3_set_host_mode()
122 regmap_write(priv->regmap, USB_R5, val); in phy_meson_gxl_usb3_power_on()
136 regmap_write(priv->regmap, USB_R5, val); in phy_meson_gxl_usb3_power_off()
150 regmap_write(priv->regmap, USB_R1, val); in phy_meson_gxl_usb3_init()
Dmeson-gxl-usb2.c115 regmap_write(priv->regmap, U2P_R0, val); in phy_meson_gxl_usb2_reset()
119 regmap_write(priv->regmap, U2P_R0, val); in phy_meson_gxl_usb2_reset()
132 regmap_write(priv->regmap, U2P_R0, val); in phy_meson_gxl_usb2_set_host_mode()
146 regmap_write(priv->regmap, U2P_R0, val); in phy_meson_gxl_usb2_power_on()
170 regmap_write(priv->regmap, U2P_R0, val); in phy_meson_gxl_usb2_power_off()
/external/u-boot/include/
Dregmap.h36 int regmap_write(struct regmap *map, uint offset, uint val);
40 regmap_write(map, (uint32_t *)(ptr)->member - (uint32_t *)(ptr), val)
/external/u-boot/test/dm/
Dregmap.c106 ut_assertok(regmap_write(map, 0, 0xcacafafa)); in dm_test_regmap_rw()
107 ut_assertok(regmap_write(map, 3, 0x55aa2211)); in dm_test_regmap_rw()
/external/u-boot/drivers/core/
Dregmap.c127 int regmap_write(struct regmap *map, uint offset, uint val) in regmap_write() function
147 return regmap_write(map, offset, reg | val); in regmap_update_bits()
/external/u-boot/drivers/sysreset/
Dsysreset_syscon.c27 regmap_write(priv->regmap, priv->offset, priv->mask); in syscon_reboot_request()
/external/u-boot/drivers/reset/
Dreset-meson.c48 regmap_write(priv->regmap, reg_offset, val); in meson_reset_level()
/external/u-boot/drivers/clk/at91/
Dclk-utmi.c74 err = regmap_write(plat->regmap_sfr, AT91_SFR_UTMICKTRIM, tmp); in utmi_clk_enable()
/external/u-boot/drivers/net/
Dsni_ave.c641 regmap_write(priv->regmap, SG_ETPINMODE, reg); in ave_pro4_get_pinmode()
668 regmap_write(priv->regmap, SG_ETPINMODE, reg); in ave_ld11_get_pinmode()
695 regmap_write(priv->regmap, SG_ETPINMODE, reg); in ave_ld20_get_pinmode()
722 regmap_write(priv->regmap, SG_ETPINMODE, reg); in ave_pxs3_get_pinmode()
/external/u-boot/drivers/adc/
Dmeson-saradc.c524 regmap_write(priv->regmap, MESON_SAR_ADC_CHAN_LIST, 0x0); in meson_saradc_init()
576 regmap_write(priv->regmap, MESON_SAR_ADC_AUX_SW, regval); in meson_saradc_init()
/external/u-boot/arch/arm/mach-stm32mp/
Dpwr_regulator.c41 return regmap_write(priv->regmap, STM32MP_PWR_CR3, val); in stm32mp_pwr_write()
/external/u-boot/drivers/power/regulator/
Dpbias_regulator.c46 return regmap_write(priv->regmap, priv->offset, val); in pbias_write()