Searched refs:write_reg (Results 1 – 9 of 9) sorted by relevance
/u-boot/board/gdsys/common/ |
A D | ihs_mdio.c | 39 static inline void write_reg(struct udevice *fpga, uint base, uint addr, in write_reg() function 68 write_reg(info->fpga, info->base, REG_MDIO_CONTROL, val); in write_control() 77 write_reg(info->fpga, info->base, REG_MDIO_ADDR_DATA, val); in write_addr_data()
|
/u-boot/drivers/mtd/spi/ |
A D | spi-nor-core.c | 212 return nor->write_reg(nor, SPINOR_OP_WRSR, nor->cmd_buf, 1); in write_sr() 221 return nor->write_reg(nor, SPINOR_OP_WREN, NULL, 0); in write_enable() 229 return nor->write_reg(nor, SPINOR_OP_WRDI, NULL, 0); in write_disable() 338 status = nor->write_reg(nor, cmd, NULL, 0); in set_4byte() 352 nor->write_reg(nor, SPINOR_OP_WREAR, nor->cmd_buf, 1); in set_4byte() 377 nor->write_reg(nor, SPINOR_OP_CLSR, NULL, 0); in spi_nor_sr_ready() 401 nor->write_reg(nor, SPINOR_OP_CLFSR, NULL, 0); in spi_nor_fsr_ready() 473 return nor->write_reg(nor, cmd, &bank_sel, 1); in clean_bar() 487 ret = nor->write_reg(nor, cmd, &bank_sel, 1); in write_bar() 1350 ret = nor->write_reg(nor, SPINOR_OP_WRSR, sr_cr, 2); in write_sr_cr() [all …]
|
/u-boot/include/linux/mtd/ |
A D | spi-nor.h | 336 int (*write_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len); member
|
/u-boot/include/ |
A D | dw_hdmi.h | 548 void (*write_reg)(struct dw_hdmi *hdmi, u8 val, int offset); member
|
/u-boot/drivers/video/ |
A D | dw_hdmi.c | 1027 if (hdmi->write_reg) in dw_hdmi_init() 1028 hdmi_write = hdmi->write_reg; in dw_hdmi_init()
|
/u-boot/drivers/video/meson/ |
A D | meson_dw_hdmi.c | 403 priv->hdmi.write_reg = dw_hdmi_dwc_write; in meson_dw_hdmi_probe()
|
/u-boot/drivers/spi/ |
A D | ich.c | 86 static void write_reg(struct ich_spi_priv *priv, const void *value, in write_reg() function 389 write_reg(ctlr, trans->out, ctlr->data, data_length); in ich_spi_exec_op_swseq()
|
/u-boot/arch/arm/mach-omap2/ |
A D | emif-common.c | 1495 ((bug_00339_regs[i].write_reg - 1) << 1)); in do_bug0039_workaround() 1498 (bug_00339_regs[i].write_reg << 1) - 1); in do_bug0039_workaround()
|
/u-boot/arch/arm/include/asm/ |
A D | emif.h | 1252 u32 write_reg; member
|
Completed in 26 milliseconds