Home
last modified time | relevance | path

Searched refs:winshmap (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/video/exynos/
Dexynos_fb.c307 cfg = readl(&reg->winshmap); in exynos_fimd_window_on()
309 writel(cfg, &reg->winshmap); in exynos_fimd_window_on()
333 cfg = readl(&reg->winshmap); in exynos_fimd_window_off()
335 writel(cfg, &reg->winshmap); in exynos_fimd_window_off()
/external/u-boot/arch/arm/mach-exynos/include/mach/
Dfb.h26 unsigned int winshmap; member