Lines Matching defs:mxc_nand_host
175 struct mxc_nand_host { struct
176 struct mtd_info mtd;
177 struct nand_chip nand;
178 struct device *dev;
180 void __iomem *spare0;
181 void __iomem *main_area0;
183 void __iomem *base;
184 void __iomem *regs;
185 void __iomem *regs_axi;
186 void __iomem *regs_ip;
187 int status_request;
188 struct clk *clk;
189 int clk_act;
190 int irq;
191 int eccsize;
192 int used_oobsize;
193 int active_cs;
195 struct completion op_completion;
197 uint8_t *data_buf;
198 unsigned int buf_start;
200 const struct mxc_nand_devtype_data *devtype_data;
201 struct mxc_nand_platform_data pdata;