Searched refs:chip (Results 1 – 3 of 3) sorted by relevance
102 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR)) argument104 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING)) argument105 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG)) argument106 #define NAND_HAS_COPYBACK(chip) ((chip->options & NAND_COPYBACK)) argument152 struct nand_chip *chip,156 struct nand_chip *chip,160 struct nand_chip *chip,165 struct nand_chip *chip,187 void (*select_chip)(struct mtd_info *mtd, int chip);310 void (*select_chip)(struct mtd_info *mtd, int chip);
236 typedef int (*varsize_frob_t)(struct map_info *map, struct flchip *chip,
89 struct irq_chip *chip; member