Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/mtd/
Dspi-nor.h23 #define SPINOR_OP_WRDI 0x04 /* Write disable */ macro
/Linux-v5.10/drivers/mtd/spi-nor/controllers/
Dintel-spi.c621 if (opcode == SPINOR_OP_WRDI) in intel_spi_write_reg()
/Linux-v5.10/drivers/mtd/spi-nor/
Dcore.c254 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_WRDI, 1), in spi_nor_write_disable()
261 ret = nor->controller_ops->write_reg(nor, SPINOR_OP_WRDI, in spi_nor_write_disable()
/Linux-v5.10/drivers/mtd/devices/
Dst_spi_fsm.c1364 SEQ_OPC_OPCODE(SPINOR_OP_WRDI) | in stfsm_s25fl_clear_status_reg()