Home
last modified time | relevance | path

Searched refs:SPINOR_OP_WRDI (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dspi-nor.h23 #define SPINOR_OP_WRDI 0x04 /* Write disable */ macro
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dspi-nor.h101 #define SPINOR_OP_WRDI 0x04 /* Write disable */ macro
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dsandbox.c258 case SPINOR_OP_WRDI: in sandbox_sf_process_cmd()
H A Dspi-nor-tiny.c156 return spi_nor_write_reg(nor, SPINOR_OP_WRDI, NULL, 0); in write_disable()
H A Dspi-nor-core.c236 return nor->write_reg(nor, SPINOR_OP_WRDI, NULL, 0); in write_disable()
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/controllers/
H A Dintel-spi.c620 if (opcode == SPINOR_OP_WRDI) in intel_spi_write_reg()
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A Dcore.c262 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_WRDI, 1), in spi_nor_write_disable()
269 ret = nor->controller_ops->write_reg(nor, SPINOR_OP_WRDI, in spi_nor_write_disable()
/OK3568_Linux_fs/kernel/drivers/mtd/devices/
H A Dst_spi_fsm.c1364 SEQ_OPC_OPCODE(SPINOR_OP_WRDI) | in stfsm_s25fl_clear_status_reg()