Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/mtd/
Dspinand.h347 const struct spinand_op_variants *read_cache; member
364 .read_cache = __read, \
431 const struct spi_mem_op *read_cache; member
/linux-5.19.10/arch/x86/kvm/
Dkvm_emulate.h276 struct read_cache { struct
369 struct read_cache io_read;
370 struct read_cache mem_read;
Demulate.c1361 struct read_cache *mc = &ctxt->mem_read; in read_emulated()
1429 struct read_cache *rc = &ctxt->io_read; in pio_in_emulated()
5688 struct read_cache *r = &ctxt->io_read; in x86_emulate_insn()
/linux-5.19.10/drivers/mtd/nand/spi/
Dcore.c187 if (spinand->op_templates.read_cache->data.buswidth == 4 || in spinand_init_quad_enable()
866 info.op_tmpl = *spinand->op_templates.read_cache; in spinand_create_dirmap()
890 info.op_tmpl = *spinand->op_templates.read_cache; in spinand_create_dirmap()
1086 info->op_variants.read_cache); in spinand_match_and_init()
1090 spinand->op_templates.read_cache = op; in spinand_match_and_init()
/linux-5.19.10/drivers/mtd/nand/raw/
Dnand_micron.c41 u8 read_cache; member