Home
last modified time | relevance | path

Searched refs:INT_HPD (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_reg.c205 reg &= ~INT_HPD; in analogix_dp_mute_hpd_interrupt()
219 reg |= INT_HPD; in analogix_dp_unmute_hpd_interrupt()
395 reg = INT_HPD; in analogix_dp_clear_hotplug_interrupts()
429 if (reg & INT_HPD) { in analogix_dp_handle_hpd_event()
430 analogix_dp_write(dp, ANALOGIX_DP_INT_STA, INT_HPD); in analogix_dp_handle_hpd_event()
H A Danalogix_dp_reg.h362 #define INT_HPD (0x1 << 6) macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dedp_rk3288.h291 #define INT_HPD (0x1 << 6) macro
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp.h326 #define INT_HPD (0x1 << 6) macro
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Danalogix_dp.h329 #define INT_HPD (0x1 << 6) macro
H A Danalogix_dp_reg.c35 #define INT_STA_MASK INT_HPD
388 reg = INT_HPD; in analogix_dp_clear_hotplug_interrupts()
/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c328 reg = INT_HPD; in exynos_dp_init_hpd()