Searched refs:gpmc_cs (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Domap2.c129 int gpmc_cs; member in struct:omap_nand_info
153 gpmc_nand_write(info->gpmc_cs, GPMC_NAND_COMMAND, cmd);
156 gpmc_nand_write(info->gpmc_cs, GPMC_NAND_ADDRESS, cmd);
159 gpmc_nand_write(info->gpmc_cs, GPMC_NAND_DATA, cmd);
259 ret = gpmc_prefetch_enable(info->gpmc_cs, 0x0, len, 0x0);
276 gpmc_prefetch_reset(info->gpmc_cs);
303 ret = gpmc_prefetch_enable(info->gpmc_cs, 0x0, len, 0x1);
323 gpmc_prefetch_reset(info->gpmc_cs);
399 ret = gpmc_prefetch_enable(info->gpmc_cs, 0x1, len, is_write);
415 gpmc_prefetch_reset(info->gpmc_cs);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/onenand/
H A Domap2.c55 int gpmc_cs; member in struct:omap2_onenand
612 c->gpmc_cs = pdata->cs;
620 r = gpmc_cs_request(c->gpmc_cs, ONENAND_IO_SIZE, &c->phys_base);
685 "base %p\n", c->gpmc_cs, c->phys_base,
755 gpmc_cs_free(c->gpmc_cs);
788 gpmc_cs_free(c->gpmc_cs);

Completed in 52 milliseconds