Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/platform_data/
Dmtd-nand-omap2.h51 void __iomem *gpmc_prefetch_status; member
/Linux-v5.10/drivers/mtd/nand/raw/
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()
/Linux-v5.10/drivers/memory/
Domap-gpmc.c1094 reg->gpmc_prefetch_status = gpmc_base + GPMC_PREFETCH_STATUS; in gpmc_omap_get_nand_ops()