Home
last modified time | relevance | path

Searched refs:write_reg (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dspi-nor-core.c207 return nor->write_reg(nor, SPINOR_OP_WRSR, nor->cmd_buf, 1); in write_sr()
218 return nor->write_reg(nor, SPINOR_OP_WRCR, nor->cmd_buf, 1); in write_cr()
228 return nor->write_reg(nor, SPINOR_OP_WREN, NULL, 0); in write_enable()
236 return nor->write_reg(nor, SPINOR_OP_WRDI, NULL, 0); in write_disable()
344 status = nor->write_reg(nor, cmd, NULL, 0); in set_4byte()
358 nor->write_reg(nor, SPINOR_OP_WREAR, nor->cmd_buf, 1); in set_4byte()
366 return nor->write_reg(nor, SPINOR_OP_BRWR, nor->cmd_buf, 1); in set_4byte()
383 nor->write_reg(nor, SPINOR_OP_CLSR, NULL, 0); in spi_nor_sr_ready()
407 nor->write_reg(nor, SPINOR_OP_CLFSR, NULL, 0); in spi_nor_fsr_ready()
479 return nor->write_reg(nor, cmd, &bank_sel, 1); in clean_bar()
[all …]
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dspi-nor.h332 int (*write_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len); member
/rk3399_rockchip-uboot/drivers/spi/
H A Dich.c74 static void write_reg(struct ich_spi_priv *priv, const void *value, in write_reg() function
546 write_reg(ctlr, trans->out, ctlr->data, data_length); in ich_spi_xfer()
/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A Demif-common.c1393 ((bug_00339_regs[i].write_reg - 1) << 1)); in do_bug0039_workaround()
1396 (bug_00339_regs[i].write_reg << 1) - 1); in do_bug0039_workaround()
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Demif.h1205 u32 write_reg; member