Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/chips/
H A Dgen_probe.c64 int max_chips; in genprobe_ident_chips() local
168 int max_chips = map_bankwidth(map); /* And minimum 1 */ in genprobe_new_chip() local
/openbmc/linux/drivers/mtd/nand/raw/
H A Dhisi504_nand.c736 int ret = 0, irq, max_chips = HINFC504_MAX_CHIP; in hisi_nfc_probe() local
/openbmc/linux/include/linux/mtd/
H A Drawnand.h1577 static inline int nand_scan(struct nand_chip *chip, unsigned int max_chips) in nand_scan()