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