Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Domap2.c144 struct omap_nand_info { struct
145 struct nand_chip nand;
148 int gpmc_cs;
149 bool dev_ready;
151 enum omap_ecc ecc_opt;
155 struct completion comp;
156 struct dma_chan *dma;
157 int gpmc_irq_fifo;
158 int gpmc_irq_count;
159 enum {
[all …]
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Domap_gpmc.c43 struct omap_nand_info { struct
51 static struct omap_nand_info omap_nand_info[GPMC_MAX_CS]; variable