| /openbmc/u-boot/drivers/phy/ |
| H A D | meson-gxl-usb3.c | 102 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 D | meson-gxl-usb2.c | 115 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 D | omap-usb2-phy.c | 117 rc = regmap_write(phy->pwr_regmap, phy->pwr_reg_offset, val); in omap_usb_phy_power()
|
| /openbmc/u-boot/drivers/pinctrl/broadcom/ |
| H A D | pinctrl-bcm6838.c | 77 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 D | pinctrl-rockchip-core.c | 225 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 D | meson_spifc.c | 118 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 D | regmap.c | 106 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 D | sysreset_syscon.c | 27 regmap_write(priv->regmap, priv->offset, priv->mask); in syscon_reboot_request()
|
| /openbmc/u-boot/drivers/reset/ |
| H A D | reset-meson.c | 48 regmap_write(priv->regmap, reg_offset, val); in meson_reset_level()
|
| /openbmc/u-boot/drivers/clk/at91/ |
| H A D | clk-utmi.c | 75 err = regmap_write(plat->regmap_sfr, AT91_SFR_UTMICKTRIM, tmp); in utmi_clk_enable()
|
| /openbmc/u-boot/drivers/core/ |
| H A D | regmap.c | 407 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 D | regmap.h | 106 int regmap_write(struct regmap *map, uint offset, uint val);
|
| /openbmc/u-boot/drivers/net/ |
| H A D | sni_ave.c | 641 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 D | pwr_regulator.c | 41 return regmap_write(priv->regmap, STM32MP_PWR_CR3, val); in stm32mp_pwr_write()
|
| /openbmc/u-boot/drivers/adc/ |
| H A D | meson-saradc.c | 524 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 D | pbias_regulator.c | 51 return regmap_write(priv->regmap, priv->offset, val); in pbias_write()
|