Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mtd/
H A Dspi-nor.h44 #define SPINOR_OP_CHIP_ERASE 0xc7 /* Erase whole flash chip */ macro
/openbmc/linux/drivers/mtd/spi-nor/
H A Ddebugfs.c141 seq_printf(s, " %02x (%s)\n", SPINOR_OP_CHIP_ERASE, buf); in spi_nor_params_show()
H A Dcore.h82 SPI_MEM_OP(SPI_MEM_OP_CMD(SPINOR_OP_CHIP_ERASE, 0), \
H A Dcore.c1082 SPINOR_OP_CHIP_ERASE, in spi_nor_erase_chip()
/openbmc/u-boot/include/linux/mtd/
H A Dspi-nor.h58 #define SPINOR_OP_CHIP_ERASE 0xc7 /* Erase whole flash chip */ macro
/openbmc/u-boot/drivers/mtd/spi/
H A Dsandbox.c277 if (sbsf->cmd == SPINOR_OP_CHIP_ERASE) { in sandbox_sf_process_cmd()
/openbmc/linux/drivers/mtd/devices/
H A Dst_spi_fsm.c631 SEQ_OPC_OPCODE(SPINOR_OP_CHIP_ERASE) | SEQ_OPC_CSDEASSERT),