Searched refs:onenand (Results 1 – 7 of 7) sorted by relevance
409 m = onenand->page_buf; in s3c_onenand_command()410 s = onenand->oob_buf; in s3c_onenand_command()482 p = onenand->page_buf; in s3c_get_bufferram()486 p = onenand->oob_buf; in s3c_get_bufferram()805 onenand->mtd = mtd; in s3c_onenand_setup()852 if (!onenand) in s3c_onenand_probe()858 onenand->pdev = pdev; in s3c_onenand_probe()864 if (IS_ERR(onenand->base)) in s3c_onenand_probe()883 if (!onenand->page_buf) in s3c_onenand_probe()888 if (!onenand->oob_buf) in s3c_onenand_probe()[all …]
29 struct onenand_chip onenand; member49 info->onenand.base = ioremap(res->start, size); in generic_onenand_probe()50 if (!info->onenand.base) { in generic_onenand_probe()55 info->onenand.mmcontrol = pdata ? pdata->mmcontrol : NULL; in generic_onenand_probe()61 info->onenand.irq = err; in generic_onenand_probe()64 info->mtd.priv = &info->onenand; in generic_onenand_probe()79 iounmap(info->onenand.base); in generic_onenand_probe()97 iounmap(info->onenand.base); in generic_onenand_remove()
39 struct onenand_chip onenand; member61 return readw(c->onenand.base + reg); in read_reg()67 writew(value, c->onenand.base + reg); in write_reg()485 if (IS_ERR(c->onenand.base)) in omap2_onenand_probe()486 return PTR_ERR(c->onenand.base); in omap2_onenand_probe()502 c->onenand.wait = omap2_onenand_wait; in omap2_onenand_probe()510 c->onenand.read_bufferram = omap2_onenand_read_bufferram; in omap2_onenand_probe()511 c->onenand.write_bufferram = omap2_onenand_write_bufferram; in omap2_onenand_probe()515 c->mtd.priv = &c->onenand; in omap2_onenand_probe()520 c->gpmc_cs, c->phys_base, c->onenand.base, in omap2_onenand_probe()[all …]
7 obj-$(CONFIG_MTD_ONENAND) += onenand.o14 onenand-objs = onenand_base.o onenand_bbt.o
8 obj-y += onenand/
8 source "drivers/mtd/nand/onenand/Kconfig"
102 You can attach many different devices on it, such as NOR, onenand.
Completed in 15 milliseconds