Searched full:update_cache (Results 1 – 5 of 5) sorted by relevance
260 * @op_variants.update_cache: variants of the update-cache operation277 const struct spinand_op_variants *update_cache; member287 .update_cache = __update, \321 * @op_templates.update_cache: update cache op template351 const struct spi_mem_op *update_cache; member
69 update_cache: yes91 update_cache: yes
30 update_cache: yes
207 spinand->op_templates.update_cache->data.buswidth == 4) in spinand_init_quad_enable()389 op = *spinand->op_templates.update_cache; in spinand_write_to_cache_op()956 info->op_variants.update_cache); in spinand_match_and_init()957 spinand->op_templates.update_cache = op; in spinand_match_and_init()
84 def update_cache(f): function