Searched refs:SPINOR_OP_SE (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/include/linux/mtd/ |
D | spi-nor.h | 45 #define SPINOR_OP_SE 0xd8 /* Sector erase (usually 64KiB) */ macro
|
/linux-6.12.1/drivers/mtd/spi-nor/ |
D | spansion.c | 625 case SPINOR_OP_SE: in s25hx_t_post_sfdp_fixup() 1059 nor->erase_opcode = SPINOR_OP_SE; in spansion_nor_late_init()
|
D | core.c | 1152 { SPINOR_OP_SE, SPINOR_OP_SE_4B }, in spi_nor_convert_3to4_erase() 2746 SPINOR_OP_SE); in spi_nor_no_sfdp_init_params()
|
/linux-6.12.1/drivers/spi/ |
D | spi-intel.c | 1051 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),
|
/linux-6.12.1/drivers/mtd/devices/ |
D | st_spi_fsm.c | 610 SEQ_OPC_OPCODE(SPINOR_OP_SE)),
|
/linux-6.12.1/drivers/media/i2c/ |
D | thp7312.c | 1591 const u8 jedec_se[] = { SPINOR_OP_SE, block, 0x00, 0x00 }; in thp7312_flash_erase()
|