Lines Matching refs:pri

218 	(qryp)->pri.cmd_0002.pri[0] = cfi_unpack_1(data[0x00]);		\
219 (qryp)->pri.cmd_0002.pri[1] = cfi_unpack_1(data[0x01]); \
220 (qryp)->pri.cmd_0002.pri[2] = cfi_unpack_1(data[0x02]); \
221 (qryp)->pri.cmd_0002.version_maj = cfi_unpack_1(data[0x03]); \
222 (qryp)->pri.cmd_0002.version_min = cfi_unpack_1(data[0x04]); \
223 (qryp)->pri.cmd_0002.asupt = cfi_unpack_1(data[0x05]); \
224 (qryp)->pri.cmd_0002.erase_susp = cfi_unpack_1(data[0x06]); \
225 (qryp)->pri.cmd_0002.sector_prot = cfi_unpack_1(data[0x07]); \
226 (qryp)->pri.cmd_0002.tmp_sector_unprot = \
228 (qryp)->pri.cmd_0002.sector_prot_scheme = \
230 (qryp)->pri.cmd_0002.simul_op = cfi_unpack_1(data[0x0a]); \
231 (qryp)->pri.cmd_0002.burst_mode_type = cfi_unpack_1(data[0x0b]);\
232 (qryp)->pri.cmd_0002.page_mode_type = cfi_unpack_1(data[0x0c]); \
233 (qryp)->pri.cmd_0002.acc_min = cfi_unpack_1(data[0x0d]); \
234 (qryp)->pri.cmd_0002.acc_max = cfi_unpack_1(data[0x0e]); \
235 (qryp)->pri.cmd_0002.wp_prot = cfi_unpack_1(data[0x0f]); \
237 (qryp)->pri.cmd_0002.prog_susp = cfi_unpack_1(data[0x10]); \
238 (qryp)->pri.cmd_0002.unlock_bypass = cfi_unpack_1(data[0x11]); \
239 (qryp)->pri.cmd_0002.sss_size = cfi_unpack_1(data[0x12]); \
240 (qryp)->pri.cmd_0002.soft_feat = cfi_unpack_1(data[0x13]); \
241 (qryp)->pri.cmd_0002.page_size = cfi_unpack_1(data[0x14]); \
242 (qryp)->pri.cmd_0002.erase_susp_time_max = \
244 (qryp)->pri.cmd_0002.prog_susp_time_max = \
246 (qryp)->pri.cmd_0002.embhwrst_time_max = \
248 (qryp)->pri.cmd_0002.hwrst_time_max = \
471 chip->nc_line_size = 1 << cfi->cfi_qry_data.pri.cmd_0002.page_size; in cfi_scan_media()