HomeSort by relevance Sort by last modified time
    Searched refs:nand_dat (Results 1 - 4 of 4) sorted by null

  /external/u-boot/arch/arm/mach-omap2/omap3/
spl_id_nand.c 40 while ((readl(&gpmc_cfg->cs[0].nand_dat) & NAND_STATUS_READY)
52 *mfr = readb(&gpmc_cfg->cs[0].nand_dat);
53 *id = readb(&gpmc_cfg->cs[0].nand_dat);
  /external/u-boot/board/isee/igep00x0/
common.c 41 while ((readl(&gpmc_cfg->cs[0].nand_dat) & NAND_STATUS_READY)
  /external/u-boot/include/linux/mtd/
omap_gpmc.h 43 u32 nand_dat; /* 0x24 */ member in struct:gpmc_cs
  /external/u-boot/drivers/mtd/nand/
omap_gpmc.c 76 this->IO_ADDR_W = (void __iomem *)&gpmc_cfg->cs[cs].nand_dat;
993 nand->IO_ADDR_R = (void __iomem *)&gpmc_cfg->cs[cs].nand_dat;

Completed in 116 milliseconds