Lines Matching defs:emu_data
43 struct emu_data { struct
44 enum emu_chip emu_chip;
45 char *emu_persistent_image;
46 unsigned int emu_chip_size;
50 bool emu_wrsr_ext2;
51 bool emu_wrsr_ext3;
52 bool erase_to_zero;
53 bool emu_modified; /* is the image modified since reading it? */
54 uint8_t emu_status[3];
55 uint8_t emu_status_len; /* number of emulated status registers */
58 unsigned long long delay_ns;
59 unsigned int emu_max_byteprogram_size;
60 unsigned int emu_max_aai_size;
61 unsigned int emu_jedec_se_size;
62 unsigned int emu_jedec_be_52_size;
63 unsigned int emu_jedec_be_d8_size;
64 unsigned int emu_jedec_ce_60_size;
65 unsigned int emu_jedec_ce_c7_size;
66 unsigned char spi_blacklist[256];
67 unsigned char spi_ignorelist[256];
68 unsigned int spi_blacklist_size;
69 unsigned int spi_ignorelist_size;
71 bool hwwp; /* state of hardware write protection */
73 uint32_t wp_start;
74 uint32_t wp_end;
76 unsigned int spi_write_256_chunksize;
77 uint8_t *flashchip_contents;
81 uint8_t refs_cnt;
124 struct emu_data *emu_data = flash->mst->spi.data; in dummy_spi_write_256() local
132 const struct emu_data *emu_data = flash->mst->spi.data; in dummy_spi_probe_opcode() local
142 const struct emu_data *emu_data = flash->mst->opaque.data; in probe_variable_size() local
179 const struct emu_data *emu_data = flash->mst->opaque.data; in dummy_opaque_read() local
188 struct emu_data *emu_data = flash->mst->opaque.data; in dummy_opaque_write() local
198 struct emu_data *emu_data = flash->mst->opaque.data; in dummy_opaque_erase() local
868 struct emu_data *emu_data = flash->mst->spi.data; in dummy_spi_send_command() local
911 struct emu_data *emu_data = (struct emu_data *)data; in dummy_shutdown() local