Home
last modified time | relevance | path

Searched defs:lpc32xx_nand_host (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/mtd/nand/
Dlpc32xx_mlc.c172 struct lpc32xx_nand_host { struct
173 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 …]
Dlpc32xx_slc.c200 struct lpc32xx_nand_host { struct
222 static void lpc32xx_nand_setup(struct lpc32xx_nand_host *host) in lpc32xx_nand_setup() argument