Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/chips/
Dcfi_util.c31 map_word qry[3]; in cfi_qry_present() local
33 qry[0] = cfi_build_cmd('Q', map, cfi); in cfi_qry_present()
34 qry[1] = cfi_build_cmd('R', map, cfi); in cfi_qry_present()
35 qry[2] = cfi_build_cmd('Y', map, cfi); in cfi_qry_present()
41 if (!map_word_equal(map, qry[0], val[0])) in cfi_qry_present()
44 if (!map_word_equal(map, qry[1], val[1])) in cfi_qry_present()
47 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.1.27/include/linux/mtd/
Dcfi.h134 uint8_t qry[3]; member