Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-exynos/include/mach/
Ddp.h331 #define HPD_STATUS (0x1 << 6) macro
585 #define HPD_STATUS (0x1 << 6) macro
/external/u-boot/arch/arm/include/asm/arch-rockchip/
Dedp_rk3288.h313 #define HPD_STATUS (0x1 << 6) macro
/external/u-boot/drivers/video/rockchip/
Drk_edp.c899 if (val & HPD_STATUS) in rockchip_edp_get_plug_in_status()
/external/u-boot/drivers/video/exynos/
Dexynos_dp_lowlevel.c402 if (reg & HPD_STATUS) in exynos_dp_get_plug_in_status()