Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mtd/
H A Dspi-nor.h45 #define SPINOR_OP_SE 0xd8 /* Sector erase (usually 64KiB) */ macro
/openbmc/u-boot/include/linux/mtd/
H A Dspi-nor.h59 #define SPINOR_OP_SE 0xd8 /* Sector erase (usually 64KiB) */ macro
/openbmc/linux/drivers/mtd/spi-nor/
H A Dspansion.c624 case SPINOR_OP_SE: in s25hx_t_post_sfdp_fixup()
958 nor->erase_opcode = SPINOR_OP_SE; in spansion_nor_late_init()
H A Dcore.c1144 { SPINOR_OP_SE, SPINOR_OP_SE_4B }, in spi_nor_convert_3to4_erase()
2831 SPINOR_OP_SE); in spi_nor_no_sfdp_init_params()
/openbmc/u-boot/drivers/mtd/spi/
H A Dsandbox.c282 } else if (sbsf->cmd == SPINOR_OP_SE && !(flags & SECT_4K)) { in sandbox_sf_process_cmd()
H A Dspi-nor-core.c365 { SPINOR_OP_SE, SPINOR_OP_SE_4B }, in spi_nor_convert_3to4_erase()
380 nor->erase_opcode = SPINOR_OP_SE; in spi_nor_set_4byte_opcodes()
2668 nor->erase_opcode = SPINOR_OP_SE; in spi_nor_select_erase()
/openbmc/linux/drivers/spi/
H A Dspi-intel.c1051 INTEL_SPI_MEM_OP_REPL(SPI_MEM_OP_CMD(SPINOR_OP_SE, 1),
1056 INTEL_SPI_MEM_OP_REPL(SPI_MEM_OP_CMD(SPINOR_OP_SE, 1),
/openbmc/linux/drivers/mtd/devices/
H A Dst_spi_fsm.c610 SEQ_OPC_OPCODE(SPINOR_OP_SE)),
/openbmc/u-boot/drivers/spi/
H A Daspeed_spi.c829 opcode == SPINOR_OP_SE || opcode == SPINOR_OP_SE_4B) { in aspeed_spi_write_reg()