Home
last modified time | relevance | path

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

/openbmc/u-boot/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()
314 struct spi_mem_op op = *spinand->op_templates.write_cache; in spinand_write_to_cache_op()
358 op = *spinand->op_templates.write_cache; in spinand_write_to_cache_op()
389 op = *spinand->op_templates.update_cache; in spinand_write_to_cache_op()
946 spinand->op_templates.read_cache = op; in spinand_match_and_init()
953 spinand->op_templates.write_cache = op; in spinand_match_and_init()
957 spinand->op_templates.update_cache = op; in spinand_match_and_init()
/openbmc/linux/drivers/mtd/nand/spi/
H A Dcore.c187 if (spinand->op_templates.read_cache->data.buswidth == 4 || in spinand_init_quad_enable()
188 spinand->op_templates.write_cache->data.buswidth == 4 || in spinand_init_quad_enable()
189 spinand->op_templates.update_cache->data.buswidth == 4) in spinand_init_quad_enable()
868 info.op_tmpl = *spinand->op_templates.update_cache; in spinand_create_dirmap()
876 info.op_tmpl = *spinand->op_templates.read_cache; in spinand_create_dirmap()
891 info.op_tmpl = *spinand->op_templates.update_cache; in spinand_create_dirmap()
900 info.op_tmpl = *spinand->op_templates.read_cache; in spinand_create_dirmap()
1103 spinand->op_templates.read_cache = op; in spinand_match_and_init()
1110 spinand->op_templates.write_cache = op; in spinand_match_and_init()
1114 spinand->op_templates.update_cache = op; in spinand_match_and_init()
/openbmc/u-boot/include/linux/mtd/
H A Dspinand.h352 } op_templates; member
/openbmc/linux/include/linux/mtd/
H A Dspinand.h437 } op_templates; member