Home
last modified time | relevance | path

Searched refs:qry (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/mtd/chips/
Dcfi_util.c219 map_word qry[3]; in cfi_qry_present() local
221 qry[0] = cfi_build_cmd('Q', map, cfi); in cfi_qry_present()
222 qry[1] = cfi_build_cmd('R', map, cfi); in cfi_qry_present()
223 qry[2] = cfi_build_cmd('Y', map, cfi); in cfi_qry_present()
229 if (!map_word_equal(map, qry[0], val[0])) in cfi_qry_present()
232 if (!map_word_equal(map, qry[1], val[1])) in cfi_qry_present()
235 if (!map_word_equal(map, qry[2], val[2])) in cfi_qry_present()
Dcfi_probe.c300 if (cfip->qry[0] != 'Q' || cfip->qry[1] != 'R' || cfip->qry[2] != 'Y') { in print_cfi_ident()
/linux-4.4.14/include/linux/mtd/
Dcfi.h134 uint8_t qry[3]; member