Lines Matching defs:mxc_nand_host
162 struct mxc_nand_host { struct
163 struct nand_chip nand;
164 struct device *dev;
166 void __iomem *spare0;
167 void __iomem *main_area0;
169 void __iomem *base;
170 void __iomem *regs;
171 void __iomem *regs_axi;
172 void __iomem *regs_ip;
173 int status_request;
174 struct clk *clk;
175 int clk_act;
176 int irq;
177 int eccsize;
178 int used_oobsize;
179 int active_cs;
180 unsigned int ecc_stats_v1;
182 struct completion op_completion;
184 void *data_buf;
186 const struct mxc_nand_devtype_data *devtype_data;