Home
last modified time | relevance | path

Searched refs:SW_FUNC_EN_N (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_reg.h134 #define SW_FUNC_EN_N (0x1 << 0) macro
H A Danalogix_dp_reg.c127 SW_FUNC_EN_N; in analogix_dp_reset()
131 HDCP_FUNC_EN_N | SW_FUNC_EN_N; in analogix_dp_reset()
523 reg &= ~SW_FUNC_EN_N; in analogix_dp_enable_sw_function()
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c158 HDCP_FUNC_EN_N | SW_FUNC_EN_N; in exynos_dp_reset()
176 reg &= ~(SW_FUNC_EN_N); in exynos_dp_enable_sw_func()
179 reg |= SW_FUNC_EN_N; in exynos_dp_enable_sw_func()
/openbmc/u-boot/drivers/video/rockchip/
H A Drk_edp.c98 clrbits_le32(&regs->func_en_1, SW_FUNC_EN_N); in rk_edp_enable_sw_function()
1012 setbits_le32(&regs->func_en_1, SW_FUNC_EN_N); in rk_edp_remove()
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dedp_rk3288.h164 #define SW_FUNC_EN_N (0x1 << 0) macro
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp.h279 #define SW_FUNC_EN_N (0x1 << 0) macro