Searched refs:cfi_qry_present (Results 1 – 2 of 2) sorted by relevance
/drivers/mtd/chips/ |
D | cfi_util.c | 26 int __xipram cfi_qry_present(struct map_info *map, __u32 base, in cfi_qry_present() function 52 EXPORT_SYMBOL_GPL(cfi_qry_present); 59 if (cfi_qry_present(map, base, cfi)) in cfi_qry_mode_on() 66 if (cfi_qry_present(map, base, cfi)) in cfi_qry_mode_on() 71 if (cfi_qry_present(map, base, cfi)) in cfi_qry_mode_on() 78 if (cfi_qry_present(map, base, cfi)) in cfi_qry_mode_on() 85 if (cfi_qry_present(map, base, cfi)) in cfi_qry_mode_on()
|
D | cfi_probe.c | 111 if (cfi_qry_present(map, start, cfi)) { in cfi_probe_chip() 117 if (!cfi_qry_present(map, start, cfi)) { in cfi_probe_chip() 129 if (cfi_qry_present(map, base, cfi)) { in cfi_probe_chip()
|