Searched defs:omap_nand_info (Results 1 – 1 of 1) sorted by relevance
153 struct omap_nand_info { struct154 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;[all …]