Searched refs:read_reg (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | ich.c | 80 static void read_reg(struct ich_spi_priv *priv, int src_reg, void *value, in read_reg() function 274 read_reg(ctlr, ctlr->opmenu, opmenu, sizeof(opmenu)); in spi_setup_opcode() 571 read_reg(ctlr, ctlr->data, trans->in, data_length); in ich_spi_xfer()
|
| /rk3399_rockchip-uboot/drivers/mtd/spi/ |
| H A 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() 519 ret = nor->read_reg(nor, nor->bank_read_cmd, in read_bar() 901 tmp = nor->read_reg(nor, SPINOR_OP_RDID, id, SPI_NOR_MAX_ID_LEN); in spi_nor_read_id() 1046 ret = nor->read_reg(nor, SPINOR_OP_READ_BPR, bpr_buff, bpr_size); in sst26_lock_ctl() 2562 nor->read_reg = spi_nor_read_reg; in spi_nor_scan()
|
| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H A D | spi-nor.h | 331 int (*read_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len); member
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | emif.h | 1204 u32 read_reg; member
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/ |
| H A D | emif-common.c | 1390 bug_00339_regs[i].read_reg - 1); in do_bug0039_workaround()
|