Home
last modified time | relevance | path

Searched refs:gpmc_prefetch_status (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dmtd-nand-omap2.h51 void __iomem *gpmc_prefetch_status; member
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Domap2.c370 r_count = readl(info->reg.gpmc_prefetch_status); in omap_read_buf_pref()
417 w_count = readl(info->reg.gpmc_prefetch_status); in omap_write_buf_pref()
429 val = readl(info->reg.gpmc_prefetch_status); in omap_write_buf_pref()
506 val = readl(info->reg.gpmc_prefetch_status); in omap_nand_dma_transfer()
574 bytes = readl(info->reg.gpmc_prefetch_status); in omap_nand_irq()
701 val = readl(info->reg.gpmc_prefetch_status); in omap_write_buf_irq_pref()
/OK3568_Linux_fs/kernel/drivers/memory/
H A Domap-gpmc.c1097 reg->gpmc_prefetch_status = gpmc_base + GPMC_PREFETCH_STATUS; in gpmc_omap_get_nand_ops()