Home
last modified time | relevance | path

Searched refs:chip (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/kernel/common/linux/mtd/
Dnand.h102 #define NAND_CANAUTOINCR(chip) (!(chip->options & NAND_NO_AUTOINCR)) argument
104 #define NAND_MUST_PAD(chip) (!(chip->options & NAND_NO_PADDING)) argument
105 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG)) argument
106 #define NAND_HAS_COPYBACK(chip) ((chip->options & NAND_COPYBACK)) argument
152 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);
Dcfi.h236 typedef int (*varsize_frob_t)(struct map_info *map, struct flchip *chip,
/bionic/libc/kernel/common/linux/
Dirq.h89 struct irq_chip *chip; member