Searched refs:SPINOR_OP_SE (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/ |
H A D | spansion.c | 116 nor->erase_opcode = SPINOR_OP_SE; in spansion_post_sfdp_fixups()
|
H A D | core.c | 1079 { SPINOR_OP_SE, SPINOR_OP_SE_4B }, in spi_nor_convert_3to4_erase() 1515 * by using SPINOR_OP_SE instead of SPINOR_OP_BE_4K. We may have set up in spi_nor_erase() 2823 SPINOR_OP_SE); in spi_nor_info_init_params()
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | spi-nor.h | 46 #define SPINOR_OP_SE 0xd8 /* Sector erase (usually 64KiB) */ macro
|
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | spi-nor.h | 45 #define SPINOR_OP_SE 0xd8 /* Sector erase (usually 64KiB) */ macro
|
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/ |
H A D | spansion.c | 624 case SPINOR_OP_SE: in s25hx_t_post_sfdp_fixup() 958 nor->erase_opcode = SPINOR_OP_SE; in spansion_nor_late_init()
|
H A D | core.c | 1144 { SPINOR_OP_SE, SPINOR_OP_SE_4B }, in spi_nor_convert_3to4_erase() 1855 * by using SPINOR_OP_SE instead of SPINOR_OP_BE_4K. We may have set up in spi_nor_erase() 2831 SPINOR_OP_SE); in spi_nor_no_sfdp_init_params()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A 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),
|
/kernel/linux/linux-5.10/drivers/mtd/devices/ |
H A D | st_spi_fsm.c | 297 * The size listed here is what works with SPINOR_OP_SE, which isn't 610 SEQ_OPC_OPCODE(SPINOR_OP_SE)),
|
/kernel/linux/linux-6.6/drivers/mtd/devices/ |
H A D | st_spi_fsm.c | 297 * The size listed here is what works with SPINOR_OP_SE, which isn't 610 SEQ_OPC_OPCODE(SPINOR_OP_SE)),
|
Completed in 20 milliseconds