Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mtd/
H A Dspi-nor.h22 #define SPINOR_OP_WRDI 0x04 /* Write disable */ macro
/openbmc/u-boot/include/linux/mtd/
H A Dspi-nor.h93 #define SPINOR_OP_WRDI 0x04 /* Write disable */ macro
/openbmc/u-boot/drivers/mtd/spi/
H A Dsandbox.c256 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.c308 return nor->write_reg(nor, SPINOR_OP_WRDI, NULL, 0); in write_disable()
/openbmc/linux/drivers/mtd/spi-nor/
H A Dcore.h28 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_WRDI, 0), \
H A Dcore.c400 ret = spi_nor_controller_ops_write_reg(nor, SPINOR_OP_WRDI, in spi_nor_write_disable()
/openbmc/linux/drivers/spi/
H A Dspi-intel.c525 if (opcode == SPINOR_OP_WRDI) in intel_spi_write_reg()
1022 INTEL_SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_WRDI, 1), \
/openbmc/linux/drivers/mtd/devices/
H A Dst_spi_fsm.c1364 SEQ_OPC_OPCODE(SPINOR_OP_WRDI) | in stfsm_s25fl_clear_status_reg()