Home
last modified time | relevance | path

Searched refs:SNOR_F_NO_OP_CHIP_ERASE (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/mtd/spi-nor/
H A Dxilinx.c129 nor->flags |= SNOR_F_NO_OP_CHIP_ERASE; in xilinx_nor_setup()
H A Ddebugfs.c139 if (!(nor->flags & SNOR_F_NO_OP_CHIP_ERASE)) { in spi_nor_params_show()
H A Dcore.h120 SNOR_F_NO_OP_CHIP_ERASE = BIT(1), enumerator
H A Dcore.c1823 if (len == mtd->size && !(nor->flags & SNOR_F_NO_OP_CHIP_ERASE)) { in spi_nor_erase()
2870 nor->flags |= SNOR_F_NO_OP_CHIP_ERASE; in spi_nor_init_flags()
/openbmc/u-boot/include/linux/mtd/
H A Dspi-nor.h252 SNOR_F_NO_OP_CHIP_ERASE = BIT(2), enumerator
/openbmc/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c2865 nor->flags |= SNOR_F_NO_OP_CHIP_ERASE; in spi_nor_scan()