Home
last modified time | relevance | path

Searched refs:HPD_CTRL (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp.h334 #define HPD_CTRL (0x1 << 4) macro
588 #define HPD_CTRL (0x1 << 4) macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_reg.h386 #define HPD_CTRL (0x1 << 4) macro
H A Danalogix_dp_reg.c410 reg &= ~(F_HPD | HPD_CTRL); in analogix_dp_init_hpd()
419 reg |= (F_HPD | HPD_CTRL); in analogix_dp_force_hpd()
/OK3568_Linux_fs/u-boot/drivers/video/rockchip/
H A Drk_edp.c894 setbits_le32(&edp->regs->sys_ctl_3, F_HPD | HPD_CTRL); in rockchip_edp_force_hpd()
1014 clrbits_le32(&regs->sys_ctl_3, F_HPD | HPD_CTRL); in rk_edp_remove()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dedp_rk3288.h316 #define HPD_CTRL (0x1 << 4) macro
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Danalogix_dp.h353 #define HPD_CTRL (0x1 << 4) macro
H A Danalogix_dp_reg.c402 reg &= ~(F_HPD | HPD_CTRL); in analogix_dp_init_hpd()
411 reg |= (F_HPD | HPD_CTRL); in analogix_dp_force_hpd()
/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c332 reg &= ~(F_HPD | HPD_CTRL); in exynos_dp_init_hpd()