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