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.c1417 struct spinand_mem_ops *tmpl = &spinand->ssdr_op_templates; in spinand_init_ssdr_templates()
1428 spinand->op_templates = &spinand->ssdr_op_templates; in spinand_init_ssdr_templates()
1605 spinand->ssdr_op_templates.read_cache = op; in spinand_match_and_init()
1612 spinand->ssdr_op_templates.write_cache = op; in spinand_match_and_init()
1619 spinand->ssdr_op_templates.update_cache = op; in spinand_match_and_init()
1717 if (spinand->ssdr_op_templates.read_cache->data.buswidth == 4 || in spinand_configure_chip()
1718 spinand->ssdr_op_templates.write_cache->data.buswidth == 4 || in spinand_configure_chip()
1719 spinand->ssdr_op_templates.update_cache->data.buswidth == 4) in spinand_configure_chip()
1816 spinand->op_templates = &spinand->ssdr_op_templates; in spinand_mtd_suspend()
H A Dwinbond.c404 ref_op = spinand->ssdr_op_templates.read_cache; in w35n0xjw_vcr_cfg()
/linux/include/linux/mtd/
H A Dspinand.h764 struct spinand_mem_ops ssdr_op_templates; member