Searched refs:SPINOR_OP_WRDI (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/linux/mtd/ |
H A D | spi-nor.h | 22 #define SPINOR_OP_WRDI 0x04 /* Write disable */ macro
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | spi-nor.h | 93 #define SPINOR_OP_WRDI 0x04 /* Write disable */ macro
|
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | sandbox.c | 256 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 | 308 return nor->write_reg(nor, SPINOR_OP_WRDI, NULL, 0); in write_disable()
|
/openbmc/linux/drivers/mtd/spi-nor/ |
H A D | core.h | 28 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_WRDI, 0), \
|
H A D | core.c | 400 ret = spi_nor_controller_ops_write_reg(nor, SPINOR_OP_WRDI, in spi_nor_write_disable()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-intel.c | 525 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 D | st_spi_fsm.c | 1364 SEQ_OPC_OPCODE(SPINOR_OP_WRDI) | in stfsm_s25fl_clear_status_reg()
|