Lines Matching defs:PFlashCFI02
66 struct PFlashCFI02 { struct
68 SysBusDevice parent_obj;
71 BlockBackend *blk;
72 uint32_t uniform_nb_blocs;
73 uint32_t uniform_sector_len;
74 uint32_t total_sectors;
75 uint32_t nb_blocs[PFLASH_MAX_ERASE_REGIONS];
76 uint32_t sector_len[PFLASH_MAX_ERASE_REGIONS];
77 uint32_t chip_len;
78 uint8_t mappings;
79 uint8_t width;
80 uint8_t be;
81 int wcycle; /* if 0, the flash is read normally */
82 int bypass;
83 int ro;
84 uint8_t cmd;
85 uint8_t status;
87 uint16_t ident0;
88 uint16_t ident1;
89 uint16_t ident2;
90 uint16_t ident3;
91 uint16_t unlock_addr0;
115 static inline void toggle_dq7(PFlashCFI02 *pfl) in toggle_dq7() argument