Home
last modified time | relevance | path

Searched refs:SPINOR_OP_CHIP_ERASE (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dspi-nor.h45 #define SPINOR_OP_CHIP_ERASE 0xc7 /* Erase whole flash chip */ macro
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dspi-nor.h62 #define SPINOR_OP_CHIP_ERASE 0xc7 /* Erase whole flash chip */ macro
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dsandbox.c279 if (sbsf->cmd == SPINOR_OP_CHIP_ERASE) { in sandbox_sf_process_cmd()
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A Dcore.c1103 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_CHIP_ERASE, 1), in spi_nor_erase_chip()
1110 ret = nor->controller_ops->write_reg(nor, SPINOR_OP_CHIP_ERASE, in spi_nor_erase_chip()
/OK3568_Linux_fs/kernel/drivers/mtd/devices/
H A Dst_spi_fsm.c631 SEQ_OPC_OPCODE(SPINOR_OP_CHIP_ERASE) | SEQ_OPC_CSDEASSERT),