Home
last modified time | relevance | path

Searched refs:read_cache (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/mtd/nand/spi/
H A Dwinbond.c344 op = spinand->op_templates->read_cache; in w25n0xjw_hs_cfg()
407 ref_op = spinand->ssdr_op_templates.read_cache; in w35n0xjw_vcr_cfg()
410 ref_op = spinand->odtr_op_templates.read_cache; in w35n0xjw_vcr_cfg()
H A Dcore.c1268 info.op_tmpl = *spinand->op_templates->read_cache; in spinand_create_dirmap()
1292 info.op_tmpl = *spinand->op_templates->read_cache; in spinand_create_dirmap()
1619 info->op_variants.read_cache); in spinand_match_and_init()
1623 spinand->ssdr_op_templates.read_cache = op; in spinand_match_and_init()
1654 info->op_variants.read_cache); in spinand_match_and_init()
1655 spinand->odtr_op_templates.read_cache = op; in spinand_match_and_init()
1709 if (spinand->odtr_op_templates.read_cache && in spinand_configure_chip()
1721 spinand->odtr_op_templates.read_cache = NULL; in spinand_configure_chip()
1735 if (spinand->ssdr_op_templates.read_cache->data.buswidth == 4 || in spinand_configure_chip()
/linux/include/linux/mtd/
H A Dspinand.h607 const struct spinand_op_variants *read_cache; member
634 .read_cache = __read, \
723 const struct spi_mem_op *read_cache; member
/linux/drivers/mtd/nand/raw/
H A Dnand_micron.c41 u8 read_cache; member