Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/mtd/
H A Dspinand.h341 const struct spinand_op_variants *write_cache; member
358 .write_cache = __write, \
422 const struct spi_mem_op *write_cache; member
/rk3399_rockchip-uboot/drivers/mtd/nand/spi/
H A Dcore.c206 spinand->op_templates.write_cache->data.buswidth == 4 || in spinand_init_quad_enable()
321 struct spi_mem_op op = *spinand->op_templates.write_cache; in spinand_write_to_cache_op()
372 op = *spinand->op_templates.write_cache; in spinand_write_to_cache_op()
1090 info->op_variants.write_cache); in spinand_match_and_init()
1094 spinand->op_templates.write_cache = op; in spinand_match_and_init()