Home
last modified time | relevance | path

Searched defs:max_chips (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/mtd/chips/
Dgen_probe.c65 int max_chips; in genprobe_ident_chips() local
169 int max_chips = map_bankwidth(map); /* And minimum 1 */ in genprobe_new_chip() local
/Linux-v4.19/drivers/mtd/nand/raw/
Dhisi504_nand.c755 int ret = 0, irq, max_chips = HINFC504_MAX_CHIP; in hisi_nfc_probe() local
/Linux-v4.19/include/linux/mtd/
Drawnand.h33 static inline int nand_scan(struct mtd_info *mtd, int max_chips) in nand_scan()