Lines Matching defs:omap_nand_info
144 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 enum omap_ecc ecc_opt;
152 struct device_node *elm_of_node;
154 unsigned long phys_base;
155 struct completion comp;
156 struct dma_chan *dma;
157 int gpmc_irq_fifo;
158 int gpmc_irq_count;
159 enum {
185 static inline struct omap_nand_info *mtd_to_omap(struct mtd_info *mtd) in mtd_to_omap() argument