Home
last modified time | relevance | path

Searched refs:HPD_HOT_PLUG (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw-dp.c176 #define HPD_HOT_PLUG BIT(1) macro
3128 FIELD_GET(HPD_HOT_PLUG, val), 200, 200000); in dw_dp_reset()
3129 regmap_write(dp->regmap, DPTX_HPD_STATUS, HPD_HOT_PLUG); in dw_dp_reset()
3621 if (value & HPD_HOT_PLUG) { in dw_dp_handle_hpd_event()
3624 regmap_write(dp->regmap, DPTX_HPD_STATUS, HPD_HOT_PLUG); in dw_dp_handle_hpd_event()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Ddw-dp.c160 #define HPD_HOT_PLUG BIT(1) macro
1403 regmap_write(dp->regmap, DPTX_HPD_STATUS, HPD_HOT_PLUG); in dw_dp_detect()