Searched defs:omap_nand_info (Results 1 – 1 of 1) sorted by relevance
112 struct omap_nand_info { struct113 struct nand_hw_control controller;114 struct omap_nand_platform_data *pdata;115 struct mtd_info mtd;116 struct nand_chip nand;117 struct platform_device *pdev;119 int gpmc_cs;120 unsigned long phys_base;121 struct completion comp;145 struct omap_nand_info *info = container_of(mtd, in omap_hwcontrol() argument