Searched defs:pxa3xx_nand_info (Results 1 – 1 of 1) sorted by relevance
169 struct pxa3xx_nand_info { struct170 struct nand_hw_control controller;171 struct pxa3xx_nand_platform_data *pdata;173 struct clk *clk;174 void __iomem *mmio_base;175 unsigned long mmio_phys;176 int cmd_complete, dev_ready;178 unsigned int buf_start;179 unsigned int buf_count;180 unsigned int buf_size;[all …]