Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Domap_gpmc.h70 u32 prefetch_config2; /* 0x1E4 */ member
/OK3568_Linux_fs/kernel/drivers/memory/
H A Domap-gpmc.c225 u32 prefetch_config2; member
2545 gpmc_context.prefetch_config2 = gpmc_read_reg(GPMC_PREFETCH_CONFIG2); in omap3_gpmc_save_context()
2580 gpmc_write_reg(GPMC_PREFETCH_CONFIG2, gpmc_context.prefetch_config2); in omap3_gpmc_restore_context()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Domap_gpmc.c371 writel(count, &gpmc_cfg->prefetch_config2); in omap_prefetch_enable()