Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/mtd/
Dspi-nor.h59 #define SPINOR_OP_SE 0xd8 /* Sector erase (usually 64KiB) */ macro
/Linux-v4.19/drivers/mtd/spi-nor/
Dspi-nor.c238 { SPINOR_OP_SE, SPINOR_OP_SE_4B }, in spi_nor_convert_3to4_erase()
252 nor->erase_opcode = SPINOR_OP_SE; in spi_nor_set_4byte_opcodes()
2666 nor->erase_opcode = SPINOR_OP_SE; in spi_nor_select_erase()
Dfsl-quadspi.c488 case SPINOR_OP_SE: in fsl_qspi_get_seqid()
/Linux-v4.19/drivers/mtd/devices/
Dst_spi_fsm.c615 SEQ_OPC_OPCODE(SPINOR_OP_SE)),