Searched refs:read_reg (Results 1 – 9 of 9) sorted by relevance
/third_party/uboot/u-boot-2020.01/board/gdsys/common/ |
D | ihs_mdio.c | 27 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/ |
D | ich.c | 81 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/ |
D | spi-nor-core.c | 151 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/ |
D | spi-nor.h | 322 int (*read_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len); member
|
/third_party/uboot/u-boot-2020.01/include/ |
D | dw_hdmi.h | 549 u8 (*read_reg)(struct dw_hdmi *hdmi, int offset); member
|
/third_party/uboot/u-boot-2020.01/drivers/video/ |
D | dw_hdmi.c | 1028 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/ |
D | meson_dw_hdmi.c | 400 priv->hdmi.read_reg = dw_hdmi_dwc_read; in meson_dw_hdmi_probe()
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/ |
D | emif.h | 1252 u32 read_reg; member
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-omap2/ |
D | emif-common.c | 1487 bug_00339_regs[i].read_reg - 1); in do_bug0039_workaround()
|