Searched refs:cfi_qry_present (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/mtd/chips/ |
D | cfi_util.c | 220 int __xipram cfi_qry_present(struct map_info *map, __u32 base, in cfi_qry_present() function 246 EXPORT_SYMBOL_GPL(cfi_qry_present); 253 if (cfi_qry_present(map, base, cfi)) in cfi_qry_mode_on() 260 if (cfi_qry_present(map, base, cfi)) in cfi_qry_mode_on() 265 if (cfi_qry_present(map, base, cfi)) in cfi_qry_mode_on() 272 if (cfi_qry_present(map, base, cfi)) in cfi_qry_mode_on() 279 if (cfi_qry_present(map, base, cfi)) in cfi_qry_mode_on()
|
D | cfi_probe.c | 135 if (cfi_qry_present(map, start, cfi)) { in cfi_probe_chip() 141 if (!cfi_qry_present(map, start, cfi)) { in cfi_probe_chip() 153 if (cfi_qry_present(map, base, cfi)) { in cfi_probe_chip()
|
/linux-5.19.10/drivers/mtd/hyperbus/ |
D | hbmc-am654.c | 52 ret = cfi_qry_present(map, 0, &cfi); in am654_hbmc_calibrate()
|
/linux-5.19.10/include/linux/mtd/ |
D | cfi.h | 341 int __xipram cfi_qry_present(struct map_info *map, __u32 base,
|