Searched refs:SPINOR_OP_WRDI (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | spi-nor.h | 23 #define SPINOR_OP_WRDI 0x04 /* Write disable */ macro
|
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | spi-nor.h | 101 #define SPINOR_OP_WRDI 0x04 /* Write disable */ macro
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/spi/ |
| H A D | sandbox.c | 258 case SPINOR_OP_WRDI: in sandbox_sf_process_cmd()
|
| H A D | spi-nor-tiny.c | 156 return spi_nor_write_reg(nor, SPINOR_OP_WRDI, NULL, 0); in write_disable()
|
| H A D | spi-nor-core.c | 236 return nor->write_reg(nor, SPINOR_OP_WRDI, NULL, 0); in write_disable()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/controllers/ |
| H A D | intel-spi.c | 620 if (opcode == SPINOR_OP_WRDI) in intel_spi_write_reg()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/ |
| H A D | core.c | 262 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 D | st_spi_fsm.c | 1364 SEQ_OPC_OPCODE(SPINOR_OP_WRDI) | in stfsm_s25fl_clear_status_reg()
|