Lines Matching defs:lpc32xx_nand_host
176 struct lpc32xx_nand_host { struct
177 struct platform_device *pdev;
178 struct nand_chip nand_chip;
179 struct lpc32xx_mlc_platform_data *pdata;
180 struct clk *clk;
181 void __iomem *io_base;
182 int irq;
183 struct lpc32xx_nand_cfg_mlc *ncfg;
184 struct completion comp_nand;
185 struct completion comp_controller;
186 uint32_t llptr;
190 dma_addr_t oob_buf_phy;
194 uint8_t *oob_buf;
196 dma_addr_t io_base_phy;
198 struct completion comp_dma;
199 struct dma_chan *dma_chan;
200 struct dma_slave_config dma_slave_config;
201 struct scatterlist sgl;
202 uint8_t *dma_buf;
203 uint8_t *dummy_buf;
204 int mlcsubpages; /* number of 512bytes-subpages */