Searched defs:pxa3xx_nand_info (Results 1 – 1 of 1) sorted by relevance
179 struct pxa3xx_nand_info { struct180 struct nand_hw_control controller;181 struct platform_device *pdev;183 struct clk *clk;184 void __iomem *mmio_base;185 unsigned long mmio_phys;186 struct completion cmd_complete, dev_ready;188 unsigned int buf_start;189 unsigned int buf_count;190 unsigned int buf_size;[all …]