| /openbmc/u-boot/board/gdsys/common/ |
| H A D | ihs_mdio.c | 26 static inline u16 read_reg(struct udevice *fpga, uint base, uint addr) in read_reg() function 56 val = read_reg(info->fpga, info->base, REG_MDIO_CONTROL); in read_control() 85 val = read_reg(info->fpga, info->base, REG_MDIO_RX_DATA); in read_rx_data()
|
| /openbmc/qemu/target/i386/emulate/ |
| H A D | x86_emu.h | 43 target_ulong read_reg(CPUX86State *env, int reg, int size);
|
| H A D | x86_emu.c | 87 target_ulong read_reg(CPUX86State *env, int reg, int size) in read_reg() function 460 target_ulong val = read_reg(env, reg, decode->addressing_size); in string_increment_reg() 473 target_ulong rcx = read_reg(env, R_ECX, decode->addressing_size); in string_rep() 599 val = read_reg(env, R_EAX, decode->operand_size); in exec_stos_single()
|
| /openbmc/u-boot/drivers/spi/ |
| H A D | ich.c | 79 static void read_reg(struct ich_spi_priv *priv, int src_reg, void *value, in read_reg() function 273 read_reg(ctlr, ctlr->opmenu, opmenu, sizeof(opmenu)); in spi_setup_opcode() 570 read_reg(ctlr, ctlr->data, trans->in, data_length); in ich_spi_xfer()
|
| /openbmc/u-boot/drivers/mtd/spi/ |
| H A D | spi-nor-core.c | 215 ret = nor->read_reg(nor, SPINOR_OP_RDSR, &val, 1); in read_sr() 229 ret = nor->read_reg(nor, SPINOR_OP_WINBOND_RDSR2, &val, 1); in read_winbond_sr2() 248 ret = nor->read_reg(nor, SPINOR_OP_RDFSR, &val, 1); in read_fsr() 268 ret = nor->read_reg(nor, SPINOR_OP_RDCR, &val, 1); in read_cr() 591 ret = nor->read_reg(nor, nor->bank_read_cmd, in read_bar() 775 ret = nor->read_reg(nor, SPINOR_OP_MICRON_RDNVCR, (u8 *)&val, 2); in micron_read_nvcr() 1187 tmp = nor->read_reg(nor, SPINOR_OP_RDID, id, SPI_NOR_MAX_ID_LEN); in spi_nor_read_id() 1261 ret = nor->read_reg(nor, SPINOR_OP_SST_RDNVCR, (u8 *)&val, 2); in sst_read_nvcr() 2803 nor->read_reg = spi_nor_read_reg; in spi_nor_scan()
|
| /openbmc/u-boot/include/linux/mtd/ |
| H A D | spi-nor.h | 332 int (*read_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len); member
|
| /openbmc/u-boot/include/ |
| H A D | dw_hdmi.h | 548 u8 (*read_reg)(struct dw_hdmi *hdmi, int offset); member
|
| /openbmc/u-boot/drivers/video/ |
| H A D | dw_hdmi.c | 1015 if (hdmi->read_reg) in dw_hdmi_init() 1016 hdmi_read = hdmi->read_reg; in dw_hdmi_init()
|
| /openbmc/u-boot/drivers/video/meson/ |
| H A D | meson_dw_hdmi.c | 360 priv->hdmi.read_reg = dw_hdmi_dwc_read; in meson_dw_hdmi_probe()
|
| /openbmc/u-boot/arch/arm/include/asm/ |
| H A D | emif.h | 1252 u32 read_reg; member
|
| /openbmc/u-boot/arch/arm/mach-omap2/ |
| H A D | emif-common.c | 1476 bug_00339_regs[i].read_reg - 1); in do_bug0039_workaround()
|