Home
last modified time | relevance | path

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

/linux/drivers/mtd/spi-nor/
H A Dsst.c202 nor->sst_write_second = false; in sst_nor_write()
223 nor->sst_write_second = true; in sst_nor_write()
225 nor->sst_write_second = false; in sst_nor_write()
H A Dcore.c274 if (nor->program_opcode == SPINOR_OP_AAI_WP && nor->sst_write_second) in spi_nor_spimem_write_data()
3559 if (nor->program_opcode == SPINOR_OP_AAI_WP && nor->sst_write_second) in spi_nor_create_write_dirmap()
/linux/include/linux/mtd/
H A Dspi-nor.h407 bool sst_write_second; member