Home
last modified time | relevance | path

Searched refs:read_reg (Results 1 – 9 of 9) sorted by relevance

/u-boot/board/gdsys/common/
A Dihs_mdio.c28 static inline u16 read_reg(struct udevice *fpga, uint base, uint addr) in read_reg() function
58 val = read_reg(info->fpga, info->base, REG_MDIO_CONTROL); in read_control()
87 val = read_reg(info->fpga, info->base, REG_MDIO_RX_DATA); in read_rx_data()
/u-boot/drivers/mtd/spi/
A Dspi-nor-core.c156 ret = nor->read_reg(nor, SPINOR_OP_RDSR, &val, 1); in read_sr()
175 ret = nor->read_reg(nor, SPINOR_OP_RDFSR, &val, 1); in read_fsr()
195 ret = nor->read_reg(nor, SPINOR_OP_RDCR, &val, 1); in read_cr()
513 ret = nor->read_reg(nor, nor->bank_read_cmd, in read_bar()
893 tmp = nor->read_reg(nor, SPINOR_OP_RDID, id, SPI_NOR_MAX_ID_LEN); in spi_nor_read_id()
1031 ret = nor->read_reg(nor, SPINOR_OP_READ_BPR, bpr_buff, bpr_size); in sst26_lock_ctl()
2504 nor->read_reg = spi_nor_read_reg; in spi_nor_scan()
/u-boot/include/linux/mtd/
A Dspi-nor.h335 int (*read_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len); member
/u-boot/drivers/spi/
A Dich.c92 static void read_reg(struct ich_spi_priv *priv, int src_reg, void *value, in read_reg() function
183 read_reg(ctlr, ctlr->opmenu, opmenu, sizeof(opmenu)); in spi_setup_opcode()
412 read_reg(ctlr, ctlr->data, trans->in, data_length); in ich_spi_exec_op_swseq()
/u-boot/include/
A Ddw_hdmi.h549 u8 (*read_reg)(struct dw_hdmi *hdmi, int offset); member
/u-boot/drivers/video/
A Ddw_hdmi.c1030 if (hdmi->read_reg) in dw_hdmi_init()
1031 hdmi_read = hdmi->read_reg; in dw_hdmi_init()
/u-boot/drivers/video/meson/
A Dmeson_dw_hdmi.c404 priv->hdmi.read_reg = dw_hdmi_dwc_read; in meson_dw_hdmi_probe()
/u-boot/arch/arm/include/asm/
A Demif.h1251 u32 read_reg; member
/u-boot/arch/arm/mach-omap2/
A Demif-common.c1492 bug_00339_regs[i].read_reg - 1); in do_bug0039_workaround()

Completed in 26 milliseconds