Searched refs:max_chips (Results 1 – 2 of 2) sorted by relevance
64 int max_chips; in genprobe_ident_chips() local108 max_chips = map->size >> cfi.chipshift; in genprobe_ident_chips()109 if (!max_chips) { in genprobe_ident_chips()111 max_chips = 1; in genprobe_ident_chips()114 chip_map = bitmap_zalloc(max_chips, GFP_KERNEL); in genprobe_ident_chips()128 for (i = 1; i < max_chips; i++) { in genprobe_ident_chips()148 for (i = 0, j = 0; (j < cfi.numchips) && (i < max_chips); i++) { in genprobe_ident_chips()168 int max_chips = map_bankwidth(map); /* And minimum 1 */ in genprobe_new_chip() local171 for (nr_chips = max_chips; nr_chips >= min_chips; nr_chips >>= 1) { in genprobe_new_chip()
736 int ret = 0, irq, max_chips = HINFC504_MAX_CHIP; in hisi_nfc_probe() local787 ret = nand_scan(chip, max_chips); in hisi_nfc_probe()
Completed in 8 milliseconds