Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/nand/spi/
H A Dcore.c205 if (spinand->op_templates.read_cache->data.buswidth == 4 || in spinand_init_quad_enable()
206 spinand->op_templates.write_cache->data.buswidth == 4 || in spinand_init_quad_enable()
207 spinand->op_templates.update_cache->data.buswidth == 4) in spinand_init_quad_enable()
241 struct spi_mem_op op = *spinand->op_templates.read_cache; in spinand_read_from_cache_op()
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()
403 op = *spinand->op_templates.update_cache; in spinand_write_to_cache_op()
1087 spinand->op_templates.read_cache = op; in spinand_match_and_init()
1094 spinand->op_templates.write_cache = op; in spinand_match_and_init()
1098 spinand->op_templates.update_cache = op; in spinand_match_and_init()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dspinand.h424 } op_templates; member