Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c160 writel(reg_func_1, &dp_regs->func_en1); in exynos_dp_reset()
175 reg = readl(&dp_regs->func_en1); in exynos_dp_enable_sw_func()
181 writel(reg, &dp_regs->func_en1); in exynos_dp_enable_sw_func()
1012 reg = readl(&dp_regs->func_en1); in exynos_dp_config_video_slave_mode()
1015 writel(reg, &dp_regs->func_en1); in exynos_dp_config_video_slave_mode()
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp.h17 unsigned int func_en1; member