Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dspi-nor.h54 #define SPINOR_OP_WREAR 0xc5 /* Write Extended Address Register */ macro
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dspi-nor.h70 #define SPINOR_OP_WREAR 0xc5 /* Write Extended Address Register */ macro
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dspi-nor-tiny.c230 spi_nor_write_reg(nor, SPINOR_OP_WREAR, in set_4byte()
H A Dspi-nor-core.c358 nor->write_reg(nor, SPINOR_OP_WREAR, nor->cmd_buf, 1); in set_4byte()
516 nor->bank_write_cmd = SPINOR_OP_WREAR; in read_bar()
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A Dcore.c457 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_WREAR, 1), in spi_nor_write_ear()
464 ret = nor->controller_ops->write_reg(nor, SPINOR_OP_WREAR, in spi_nor_write_ear()