Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/board/gdsys/common/
Dihs_mdio.c27 static inline u16 read_reg(struct udevice *fpga, uint base, uint addr) in read_reg() function
57 val = read_reg(info->fpga, info->base, REG_MDIO_CONTROL); in read_control()
86 val = read_reg(info->fpga, info->base, REG_MDIO_RX_DATA); in read_rx_data()
/third_party/uboot/u-boot-2020.01/drivers/spi/
Dich.c81 static void read_reg(struct ich_spi_priv *priv, int src_reg, void *value, in read_reg() function
228 read_reg(ctlr, ctlr->opmenu, opmenu, sizeof(opmenu)); in spi_setup_opcode()
457 read_reg(ctlr, ctlr->data, trans->in, data_length); in ich_spi_exec_op()
/third_party/uboot/u-boot-2020.01/drivers/mtd/spi/
Dspi-nor-core.c151 ret = nor->read_reg(nor, SPINOR_OP_RDSR, &val, 1); in read_sr()
170 ret = nor->read_reg(nor, SPINOR_OP_RDFSR, &val, 1); in read_fsr()
190 ret = nor->read_reg(nor, SPINOR_OP_RDCR, &val, 1); in read_cr()
503 ret = nor->read_reg(nor, nor->bank_read_cmd, in read_bar()
882 tmp = nor->read_reg(nor, SPINOR_OP_RDID, id, SPI_NOR_MAX_ID_LEN); in spi_nor_read_id()
1020 ret = nor->read_reg(nor, SPINOR_OP_READ_BPR, bpr_buff, bpr_size); in sst26_lock_ctl()
2434 nor->read_reg = spi_nor_read_reg; in spi_nor_scan()
/third_party/uboot/u-boot-2020.01/include/linux/mtd/
Dspi-nor.h322 int (*read_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len); member
/third_party/uboot/u-boot-2020.01/include/
Ddw_hdmi.h549 u8 (*read_reg)(struct dw_hdmi *hdmi, int offset); member
/third_party/uboot/u-boot-2020.01/drivers/video/
Ddw_hdmi.c1028 if (hdmi->read_reg) in dw_hdmi_init()
1029 hdmi_read = hdmi->read_reg; in dw_hdmi_init()
/third_party/uboot/u-boot-2020.01/drivers/video/meson/
Dmeson_dw_hdmi.c400 priv->hdmi.read_reg = dw_hdmi_dwc_read; in meson_dw_hdmi_probe()
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/
Demif.h1252 u32 read_reg; member
/third_party/uboot/u-boot-2020.01/arch/arm/mach-omap2/
Demif-common.c1487 bug_00339_regs[i].read_reg - 1); in do_bug0039_workaround()