Searched refs:cfi_qry_present (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/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()
|
/linux-4.1.27/include/linux/mtd/ |
D | cfi.h | 519 int __xipram cfi_qry_present(struct map_info *map, __u32 base,
|