Searched defs:lpc32xx_nand_host (Results 1 – 2 of 2) sorted by relevance
172 struct lpc32xx_nand_host { struct173 struct nand_chip nand_chip;174 struct lpc32xx_mlc_platform_data *pdata;175 struct clk *clk;176 struct mtd_info mtd;177 void __iomem *io_base;178 int irq;179 struct lpc32xx_nand_cfg_mlc *ncfg;180 struct completion comp_nand;181 struct completion comp_controller;[all …]
200 struct lpc32xx_nand_host { struct222 static void lpc32xx_nand_setup(struct lpc32xx_nand_host *host) in lpc32xx_nand_setup() argument