Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mtd/
Dspi-nor.h61 #define SPINOR_OP_SE 0xd8 /* Sector erase (usually 64KiB) */ macro
/Linux-v5.4/drivers/mtd/spi-nor/
Dspi-nor.c593 { SPINOR_OP_SE, SPINOR_OP_SE_4B }, in spi_nor_convert_3to4_erase()
4541 SPINOR_OP_SE); in spi_nor_info_init_params()
4554 nor->erase_opcode = SPINOR_OP_SE; in spansion_post_sfdp_fixups()
/Linux-v5.4/drivers/mtd/devices/
Dst_spi_fsm.c611 SEQ_OPC_OPCODE(SPINOR_OP_SE)),