Home
last modified time | relevance | path

Searched defs:omap_nand_info (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Domap2.c144 struct omap_nand_info { struct
145 struct nand_chip nand;
146 struct platform_device *pdev;
148 int gpmc_cs;
149 bool dev_ready;
150 enum nand_io xfer_type;
151 int devsize;
152 enum omap_ecc ecc_opt;
176 static inline struct omap_nand_info *mtd_to_omap(struct mtd_info *mtd) in mtd_to_omap() argument
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Domap_gpmc.c44 struct omap_nand_info { struct
52 static struct omap_nand_info omap_nand_info[GPMC_MAX_CS]; argument