Lines Matching defs:cfi_qry
119 struct cfi_qry { struct
120 u8 qry[3];
121 u16 p_id; /* unaligned */
122 u16 p_adr; /* unaligned */
123 u16 a_id; /* unaligned */
124 u16 a_adr; /* unaligned */
125 u8 vcc_min;
126 u8 vcc_max;
127 u8 vpp_min;
128 u8 vpp_max;
129 u8 word_write_timeout_typ;
130 u8 buf_write_timeout_typ;
131 u8 block_erase_timeout_typ;
132 u8 chip_erase_timeout_typ;
133 u8 word_write_timeout_max;
134 u8 buf_write_timeout_max;
135 u8 block_erase_timeout_max;
136 u8 chip_erase_timeout_max;
137 u8 dev_size;
138 u16 interface_desc; /* aligned */
139 u16 max_buf_write_size; /* aligned */
140 u8 num_erase_regions;
141 u32 erase_region_info[NUM_ERASE_REGIONS]; /* unaligned */