| /openbmc/u-boot/board/gdsys/common/ |
| H A D | ihs_mdio.c | 37 static inline void write_reg(struct udevice *fpga, uint base, uint addr, in write_reg() function 66 write_reg(info->fpga, info->base, REG_MDIO_CONTROL, val); in write_control() 75 write_reg(info->fpga, info->base, REG_MDIO_ADDR_DATA, val); in write_addr_data()
|
| /openbmc/u-boot/drivers/mtd/spi/ |
| H A D | spi-nor-core.c | 285 return nor->write_reg(nor, SPINOR_OP_WRSR, nor->cmd_buf, 1); in write_sr() 291 return nor->write_reg(nor, SPINOR_OP_WINBOND_WRSR2, nor->cmd_buf, 1); in write_winbond_sr2() 300 return nor->write_reg(nor, SPINOR_OP_WREN, NULL, 0); in write_enable() 308 return nor->write_reg(nor, SPINOR_OP_WRDI, NULL, 0); in write_disable() 416 status = nor->write_reg(nor, cmd, NULL, 0); in set_4byte() 430 nor->write_reg(nor, SPINOR_OP_WREAR, nor->cmd_buf, 1); in set_4byte() 438 return nor->write_reg(nor, SPINOR_OP_BRWR, nor->cmd_buf, 1); in set_4byte() 455 nor->write_reg(nor, SPINOR_OP_CLSR, NULL, 0); in spi_nor_sr_ready() 479 nor->write_reg(nor, SPINOR_OP_CLFSR, NULL, 0); in spi_nor_fsr_ready() 551 return nor->write_reg(nor, cmd, &bank_sel, 1); in clean_bar() [all …]
|
| /openbmc/qemu/target/i386/emulate/ |
| H A D | x86_emu.h | 44 void write_reg(CPUX86State *env, int reg, target_ulong val, int size);
|
| H A D | x86_emu.c | 104 void write_reg(CPUX86State *env, int reg, target_ulong val, int size) in write_reg() function 466 write_reg(env, reg, val, decode->addressing_size); in string_increment_reg() 476 write_reg(env, R_ECX, rcx, decode->addressing_size); in string_rep() 650 write_reg(env, R_EAX, val, decode->operand_size); in exec_lods_single()
|
| /openbmc/u-boot/drivers/spi/ |
| H A D | ich.c | 73 static void write_reg(struct ich_spi_priv *priv, const void *value, in write_reg() function 545 write_reg(ctlr, trans->out, ctlr->data, data_length); in ich_spi_xfer()
|
| /openbmc/u-boot/include/linux/mtd/ |
| H A D | spi-nor.h | 333 int (*write_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len); member
|
| /openbmc/u-boot/include/ |
| H A D | dw_hdmi.h | 547 void (*write_reg)(struct dw_hdmi *hdmi, u8 val, int offset); member
|
| /openbmc/u-boot/drivers/video/ |
| H A D | dw_hdmi.c | 1012 if (hdmi->write_reg) in dw_hdmi_init() 1013 hdmi_write = hdmi->write_reg; in dw_hdmi_init()
|
| /openbmc/u-boot/drivers/video/meson/ |
| H A D | meson_dw_hdmi.c | 359 priv->hdmi.write_reg = dw_hdmi_dwc_write; in meson_dw_hdmi_probe()
|
| /openbmc/u-boot/arch/arm/mach-omap2/ |
| H A D | emif-common.c | 1479 ((bug_00339_regs[i].write_reg - 1) << 1)); in do_bug0039_workaround() 1482 (bug_00339_regs[i].write_reg << 1) - 1); in do_bug0039_workaround()
|
| /openbmc/u-boot/arch/arm/include/asm/ |
| H A D | emif.h | 1253 u32 write_reg; member
|