Lines Matching defs:mxc_nand_host
160 struct mxc_nand_host { struct
161 struct nand_chip nand;
162 struct device *dev;
164 void __iomem *spare0;
165 void __iomem *main_area0;
167 void __iomem *base;
168 void __iomem *regs;
169 void __iomem *regs_axi;
170 void __iomem *regs_ip;
171 int status_request;
172 struct clk *clk;
173 int clk_act;
174 int irq;
175 int eccsize;
176 int used_oobsize;
177 int active_cs;
179 struct completion op_completion;
181 uint8_t *data_buf;
182 unsigned int buf_start;
184 const struct mxc_nand_devtype_data *devtype_data;