Searched refs:cfi_qry_present (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/mtd/chips/ |
D | cfi_util.c | 214 int __xipram cfi_qry_present(struct map_info *map, __u32 base, in cfi_qry_present() function 240 EXPORT_SYMBOL_GPL(cfi_qry_present); 247 if (cfi_qry_present(map, base, cfi)) in cfi_qry_mode_on() 254 if (cfi_qry_present(map, base, cfi)) in cfi_qry_mode_on() 259 if (cfi_qry_present(map, base, cfi)) in cfi_qry_mode_on() 266 if (cfi_qry_present(map, base, cfi)) in cfi_qry_mode_on() 273 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.4.14/include/linux/mtd/ |
D | cfi.h | 347 int __xipram cfi_qry_present(struct map_info *map, __u32 base,
|