Home
last modified time | relevance | path

Searched refs:op_templates (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/mtd/nand/spi/
Dcore.c194 if (spinand->op_templates.read_cache->data.buswidth == 4 || in spinand_init_quad_enable()
195 spinand->op_templates.write_cache->data.buswidth == 4 || in spinand_init_quad_enable()
196 spinand->op_templates.update_cache->data.buswidth == 4) in spinand_init_quad_enable()
230 struct spi_mem_op op = *spinand->op_templates.read_cache; in spinand_read_from_cache_op()
303 struct spi_mem_op op = *spinand->op_templates.write_cache; in spinand_write_to_cache_op()
347 op = *spinand->op_templates.write_cache; in spinand_write_to_cache_op()
378 op = *spinand->op_templates.update_cache; in spinand_write_to_cache_op()
879 spinand->op_templates.read_cache = op; in spinand_match_and_init()
886 spinand->op_templates.write_cache = op; in spinand_match_and_init()
890 spinand->op_templates.update_cache = op; in spinand_match_and_init()
/Linux-v4.19/include/linux/mtd/
Dspinand.h340 } op_templates; member