Home
last modified time | relevance | path

Searched refs:MASTER_VID_FUNC_EN_N (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_reg.h126 #define MASTER_VID_FUNC_EN_N (0x1 << 7) macro
H A Danalogix_dp_reg.c129 reg = MASTER_VID_FUNC_EN_N | SLAVE_VID_FUNC_EN_N | in analogix_dp_reset()
891 reg &= ~(MASTER_VID_FUNC_EN_N | SLAVE_VID_FUNC_EN_N); in analogix_dp_config_video_slave_mode()
892 reg |= MASTER_VID_FUNC_EN_N; in analogix_dp_config_video_slave_mode()
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c156 reg_func_1 = MASTER_VID_FUNC_EN_N | SLAVE_VID_FUNC_EN_N | in exynos_dp_reset()
1013 reg &= ~(MASTER_VID_FUNC_EN_N|SLAVE_VID_FUNC_EN_N); in exynos_dp_config_video_slave_mode()
1014 reg |= MASTER_VID_FUNC_EN_N; in exynos_dp_config_video_slave_mode()
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp.h273 #define MASTER_VID_FUNC_EN_N (0x1 << 7) macro