Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/platform_data/
Dmtd-nand-omap2.h55 void __iomem *gpmc_prefetch_status; member
/linux-4.4.14/drivers/mtd/nand/
Domap2.c374 r_count = readl(info->reg.gpmc_prefetch_status); in omap_read_buf_pref()
421 w_count = readl(info->reg.gpmc_prefetch_status); in omap_write_buf_pref()
433 val = readl(info->reg.gpmc_prefetch_status); in omap_write_buf_pref()
519 val = readl(info->reg.gpmc_prefetch_status); in omap_nand_dma_transfer()
582 bytes = readl(info->reg.gpmc_prefetch_status); in omap_nand_irq()
708 val = readl(info->reg.gpmc_prefetch_status); in omap_write_buf_irq_pref()
/linux-4.4.14/drivers/memory/
Domap-gpmc.c1077 reg->gpmc_prefetch_status = gpmc_base + GPMC_PREFETCH_STATUS; in gpmc_update_nand_reg()