Lines Matching defs:PFlashCFI01
60 struct PFlashCFI01 { struct
62 SysBusDevice parent_obj;
65 BlockBackend *blk;
66 uint32_t nb_blocs;
67 uint64_t sector_len;
68 uint8_t bank_width;
69 uint8_t device_width; /* If 0, device width not specified. */
70 uint8_t max_device_width; /* max device width in bytes */
71 uint32_t features;
72 uint8_t wcycle; /* if 0, the flash is read normally */
73 bool ro;
74 uint8_t cmd;
98 PFlashCFI01 *pfl = opaque; in pflash_blk_write_state_needed() argument