Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/spi/
H A Dcore.c1431 struct spinand_mem_ops *tmpl = &spinand->ssdr_op_templates; in spinand_init_ssdr_templates()
1442 spinand->op_templates = &spinand->ssdr_op_templates; in spinand_init_ssdr_templates()
1623 spinand->ssdr_op_templates.read_cache = op; in spinand_match_and_init()
1630 spinand->ssdr_op_templates.write_cache = op; in spinand_match_and_init()
1637 spinand->ssdr_op_templates.update_cache = op; in spinand_match_and_init()
1735 if (spinand->ssdr_op_templates.read_cache->data.buswidth == 4 || in spinand_configure_chip()
1736 spinand->ssdr_op_templates.write_cache->data.buswidth == 4 || in spinand_configure_chip()
1737 spinand->ssdr_op_templates.update_cache->data.buswidth == 4) in spinand_configure_chip()
1834 spinand->op_templates = &spinand->ssdr_op_templates; in spinand_mtd_suspend()
H A Dwinbond.c407 ref_op = spinand->ssdr_op_templates.read_cache; in w35n0xjw_vcr_cfg()
/linux/include/linux/mtd/
H A Dspinand.h772 struct spinand_mem_ops ssdr_op_templates; member