Searched refs:cfi_qry_present (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/mtd/chips/ |
H A D | cfi_util.c | 219 int __xipram cfi_qry_present(struct map_info *map, __u32 base, in cfi_qry_present() function 245 EXPORT_SYMBOL_GPL(cfi_qry_present); 252 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() 264 if (cfi_qry_present(map, base, cfi)) in cfi_qry_mode_on() 271 if (cfi_qry_present(map, base, cfi)) in cfi_qry_mode_on() 278 if (cfi_qry_present(map, base, cfi)) in cfi_qry_mode_on()
|
H A D | cfi_probe.c | 136 if (cfi_qry_present(map, start, cfi)) { in cfi_probe_chip() 142 if (!cfi_qry_present(map, start, cfi)) { in cfi_probe_chip() 154 if (cfi_qry_present(map, base, cfi)) { in cfi_probe_chip()
|
/linux/include/linux/mtd/ |
H A D | cfi.h | 341 int __xipram cfi_qry_present(struct map_info *map, __u32 base,
|