Lines Matching defs:omap_nand_info
153 struct omap_nand_info { struct
154 struct omap_nand_platform_data *pdata;
155 struct mtd_info mtd;
156 struct nand_chip nand;
157 struct platform_device *pdev;
159 int gpmc_cs;
160 unsigned long phys_base;
161 enum omap_ecc ecc_opt;
162 struct completion comp;
163 struct dma_chan *dma;
164 int gpmc_irq_fifo;
165 int gpmc_irq_count;
189 unsigned int u32_count, int is_write, struct omap_nand_info *info) in omap_prefetch_enable() argument