Home
last modified time | relevance | path

Searched refs:HOTPLUG_CHG (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_reg.h271 #define HOTPLUG_CHG (0x1 << 2) macro
H A Danalogix_dp_reg.c23 #define COMMON_INT_MASK_4 (HOTPLUG_CHG | HPD_LOST | PLUG)
399 reg = HOTPLUG_CHG | HPD_LOST | PLUG; in analogix_dp_clear_hotplug_interrupts()
449 if (reg & HOTPLUG_CHG) in analogix_dp_get_irq_type()
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dedp_rk3288.h285 #define HOTPLUG_CHG (0x1 << 2) macro
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp.h320 #define HOTPLUG_CHG (0x1 << 2) macro
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.c322 reg = HOTPLUG_CHG | HPD_LOST | PLUG; in exynos_dp_init_hpd()