Searched defs:pxa3xx_nand_info (Results 1 – 1 of 1) sorted by relevance
187 struct pxa3xx_nand_info { struct188 struct nand_hw_control controller;189 struct platform_device *pdev;191 struct clk *clk;192 void __iomem *mmio_base;193 unsigned long mmio_phys;194 struct completion cmd_complete, dev_ready;196 unsigned int buf_start;197 unsigned int buf_count;198 unsigned int buf_size;[all …]