Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/phy/
H A 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()
H A 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()
H A Domap-usb2-phy.c117 rc = regmap_write(phy->pwr_regmap, phy->pwr_reg_offset, val); in omap_usb_phy_power()
/openbmc/u-boot/drivers/pinctrl/broadcom/
H A Dpinctrl-bcm6838.c77 regmap_write(priv->regmap, hw->port_blk_data1, 0); in bcm6838_pinctrl_pinmux_set()
80 regmap_write(priv->regmap, hw->port_blk_data2, data); in bcm6838_pinctrl_pinmux_set()
81 regmap_write(priv->regmap, hw->port_command, BCM6838_CMD_LOAD_MUX); in bcm6838_pinctrl_pinmux_set()
/openbmc/u-boot/drivers/pinctrl/rockchip/
H A Dpinctrl-rockchip-core.c225 ret = regmap_write(regmap, route_reg, route_val); in rockchip_set_mux()
239 ret = regmap_write(regmap, reg, data); in rockchip_set_mux()
303 ret = regmap_write(regmap, reg, data); in rockchip_set_drive_perpin()
309 ret = regmap_write(regmap, reg, temp); in rockchip_set_drive_perpin()
343 ret = regmap_write(regmap, reg, data); in rockchip_set_drive_perpin()
383 ret = regmap_write(regmap, reg, data); in rockchip_set_pull()
418 ret = regmap_write(regmap, reg, data); in rockchip_set_pull()
448 return regmap_write(regmap, reg, data); in rockchip_set_schmitt()
/openbmc/u-boot/drivers/spi/
H A Dmeson_spifc.c118 regmap_write(spifc->regmap, REG_C0 + i, data); in meson_spifc_fill_buffer()
150 regmap_write(spifc->regmap, REG_USER1, in meson_spifc_txrx()
237 regmap_write(spifc->regmap, REG_CLOCK, value); in meson_spifc_set_speed()
/openbmc/u-boot/test/dm/
H A 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()
/openbmc/u-boot/drivers/sysreset/
H A Dsysreset_syscon.c27 regmap_write(priv->regmap, priv->offset, priv->mask); in syscon_reboot_request()
/openbmc/u-boot/drivers/reset/
H A Dreset-meson.c48 regmap_write(priv->regmap, reg_offset, val); in meson_reset_level()
/openbmc/u-boot/drivers/clk/at91/
H A Dclk-utmi.c75 err = regmap_write(plat->regmap_sfr, AT91_SFR_UTMICKTRIM, tmp); in utmi_clk_enable()
/openbmc/u-boot/drivers/core/
H A Dregmap.c407 int regmap_write(struct regmap *map, uint offset, uint val) in regmap_write() function
423 return regmap_write(map, offset, reg | val); in regmap_update_bits()
/openbmc/u-boot/include/
H A Dregmap.h106 int regmap_write(struct regmap *map, uint offset, uint val);
/openbmc/u-boot/drivers/net/
H A 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()
/openbmc/u-boot/arch/arm/mach-stm32mp/
H A Dpwr_regulator.c41 return regmap_write(priv->regmap, STM32MP_PWR_CR3, val); in stm32mp_pwr_write()
/openbmc/u-boot/drivers/adc/
H A 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()
/openbmc/u-boot/drivers/power/regulator/
H A Dpbias_regulator.c51 return regmap_write(priv->regmap, priv->offset, val); in pbias_write()