Lines Matching defs:chip
219 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG)) argument
220 #define NAND_HAS_SUBPAGE_READ(chip) ((chip->options & NAND_SUBPAGE_READ)) argument
221 #define NAND_HAS_SUBPAGE_WRITE(chip) !((chip)->options & NAND_NO_SUBPAGE_WRITE) argument
949 static inline struct mtd_info *nand_to_mtd(struct nand_chip *chip) in nand_to_mtd()
954 static inline void *nand_get_controller_data(struct nand_chip *chip) in nand_get_controller_data()
959 static inline void nand_set_controller_data(struct nand_chip *chip, void *priv) in nand_set_controller_data()
1152 struct platform_nand_chip chip; member
1158 static inline int onfi_feature(struct nand_chip *chip) in onfi_feature()
1164 static inline int onfi_get_async_timing_mode(struct nand_chip *chip) in onfi_get_async_timing_mode()
1172 static inline int onfi_get_sync_timing_mode(struct nand_chip *chip) in onfi_get_sync_timing_mode()
1190 static inline bool nand_is_slc(struct nand_chip *chip) in nand_is_slc()
1214 static inline int jedec_feature(struct nand_chip *chip) in jedec_feature()