Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dspinand.h334 const struct spinand_op_variants *read_cache; member
351 .read_cache = __read, \
415 const struct spi_mem_op *read_cache; member
H A Drawnand.h386 u8 read_cache; member
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dspinand.h338 const struct spinand_op_variants *read_cache; member
355 .read_cache = __read, \
420 const struct spi_mem_op *read_cache; member
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dkvm_emulate.h276 struct read_cache { struct
374 struct read_cache io_read;
375 struct read_cache mem_read;
H A Demulate.c1494 struct read_cache *mc = &ctxt->mem_read; in read_emulated()
1562 struct read_cache *rc = &ctxt->io_read; in pio_in_emulated()
5800 struct read_cache *r = &ctxt->io_read; in x86_emulate_insn()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/spi/
H A Dcore.c205 if (spinand->op_templates.read_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()
1031 info->op_variants.read_cache); in spinand_match_and_init()
1035 spinand->op_templates.read_cache = op; in spinand_match_and_init()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/spi/
H A Dcore.c181 if (spinand->op_templates.read_cache->data.buswidth == 4 || in spinand_init_quad_enable()
820 info.op_tmpl = *spinand->op_templates.read_cache; in spinand_create_dirmap()
1028 info->op_variants.read_cache); in spinand_match_and_init()
1032 spinand->op_templates.read_cache = op; in spinand_match_and_init()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dnand_micron.c41 u8 read_cache; member