Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A Dspansion.c116 nor->erase_opcode = SPINOR_OP_SE; in spansion_post_sfdp_fixups()
H A Dcore.c1172 { SPINOR_OP_SE, SPINOR_OP_SE_4B }, in spi_nor_convert_3to4_erase()
2954 SPINOR_OP_SE); in spi_nor_info_init_params()
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dspi-nor.h46 #define SPINOR_OP_SE 0xd8 /* Sector erase (usually 64KiB) */ macro
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dspi-nor.h63 #define SPINOR_OP_SE 0xd8 /* Sector erase (usually 64KiB) */ macro
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dsandbox.c284 } else if (sbsf->cmd == SPINOR_OP_SE && !(flags & SECT_4K)) { in sandbox_sf_process_cmd()
H A Dspi-nor-core.c297 { SPINOR_OP_SE, SPINOR_OP_SE_4B }, in spi_nor_convert_3to4_erase()
311 nor->erase_opcode = SPINOR_OP_SE; in spi_nor_set_4byte_opcodes()
2365 nor->erase_opcode = SPINOR_OP_SE; in spi_nor_select_erase()
/OK3568_Linux_fs/kernel/drivers/mtd/devices/
H A Dst_spi_fsm.c610 SEQ_OPC_OPCODE(SPINOR_OP_SE)),