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