Home
last modified time | relevance | path

Searched refs:sst_write_second (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/mtd/spi-nor/
Dsst.c61 nor->sst_write_second = false; in sst_write()
93 nor->sst_write_second = true; in sst_write()
95 nor->sst_write_second = false; in sst_write()
Dcore.c176 if (nor->program_opcode == SPINOR_OP_AAI_WP && nor->sst_write_second) in spi_nor_spimem_write_data()
3280 if (nor->program_opcode == SPINOR_OP_AAI_WP && nor->sst_write_second) in spi_nor_create_write_dirmap()
/Linux-v5.10/include/linux/mtd/
Dspi-nor.h377 bool sst_write_second; member