Searched refs:read_reg (Results 1 - 9 of 9) sorted by last modified time

/u-boot/drivers/video/meson/
H A Dmeson_dw_hdmi.c409 priv->hdmi.read_reg = dw_hdmi_dwc_read;
/u-boot/drivers/video/
H A Ddw_hdmi.c1054 if (hdmi->read_reg)
1055 hdmi_read = hdmi->read_reg;
/u-boot/drivers/spi/
H A Dich.c92 static void read_reg(struct ich_spi_priv *priv, int src_reg, void *value, function
183 read_reg(ctlr, ctlr->opmenu, opmenu, sizeof(opmenu));
412 read_reg(ctlr, ctlr->data, trans->in, data_length);
/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c561 ret = nor->read_reg(nor, SPINOR_OP_RDCR, &val, 1);
920 ret = nor->read_reg(nor, nor->bank_read_cmd,
1423 tmp = nor->read_reg(nor, SPINOR_OP_RDID, id, SPI_NOR_MAX_ID_LEN);
1562 ret = nor->read_reg(nor, SPINOR_OP_READ_BPR, bpr_buff, bpr_size);
4028 nor->read_reg = spi_nor_read_reg;
/u-boot/board/gdsys/common/
H A Dihs_mdio.c28 static inline u16 read_reg(struct udevice *fpga, uint base, uint addr) function
58 val = read_reg(info->fpga, info->base, REG_MDIO_CONTROL);
87 val = read_reg(info->fpga, info->base, REG_MDIO_RX_DATA);
/u-boot/arch/arm/mach-omap2/
H A Demif-common.c1492 bug_00339_regs[i].read_reg - 1);
/u-boot/include/
H A Ddw_hdmi.h557 u8 (*read_reg)(struct dw_hdmi *hdmi, int offset); member in struct:dw_hdmi
/u-boot/include/linux/mtd/
H A Dspi-nor.h510 * @reg_proto the SPI protocol for read_reg/write_reg/erase operations
518 * @read_reg: [DRIVER-SPECIFIC] read out the register
568 int (*read_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len); member in struct:spi_nor
/u-boot/arch/arm/include/asm/
H A Demif.h1251 u32 read_reg; member in struct:read_write_regs

Completed in 188 milliseconds