Home
last modified time | relevance | path

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

/linux/include/linux/platform_data/
H A Dmtd-nand-omap2.h52 void __iomem *gpmc_prefetch_status; member
/linux/drivers/mtd/nand/raw/
H A Domap2.c287 r_count = readl(info->reg.gpmc_prefetch_status); in omap_nand_data_in_pref()
340 w_count = readl(info->reg.gpmc_prefetch_status); in omap_nand_data_out_pref()
352 val = readl(info->reg.gpmc_prefetch_status); in omap_nand_data_out_pref()
430 val = readl(info->reg.gpmc_prefetch_status); in omap_nand_dma_transfer()
508 bytes = readl(info->reg.gpmc_prefetch_status); in omap_nand_irq()
628 val = readl(info->reg.gpmc_prefetch_status); in omap_nand_data_out_irq_pref()
/linux/drivers/memory/
H A Domap-gpmc.c1161 reg->gpmc_prefetch_status = gpmc_base + GPMC_PREFETCH_STATUS; in gpmc_omap_get_nand_ops()