Home
last modified time | relevance | path

Searched refs:DP_GET_SINK_COUNT (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/include/linux/
H A Ddrm_dp_helper.h238 # define DP_GET_SINK_COUNT(x) ((((x) & 0x80) >> 1) | ((x) & 0x3f)) macro
/openbmc/linux/drivers/gpu/drm/msm/dp/
H A Ddp_panel.c212 count = DP_GET_SINK_COUNT(count); in dp_panel_read_sink_caps()
H A Ddp_link.c742 DP_GET_SINK_COUNT(link->dp_link.sink_count); in dp_link_parse_sink_count()
/openbmc/linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix-anx6345.c445 if (!DP_GET_SINK_COUNT(value)) { in anx6345_get_downstream_info()
H A Danalogix-anx78xx.c817 if (!DP_GET_SINK_COUNT(value)) { in anx78xx_get_downstream_info()
/openbmc/linux/include/drm/display/
H A Ddrm_dp.h726 # define DP_GET_SINK_COUNT(x) ((((x) & 0x80) >> 1) | ((x) & 0x3f)) macro
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dite-it6505.c2294 dpcd_sink_count = DP_GET_SINK_COUNT(ret); in it6505_process_hpd_irq()
2372 it6505->sink_count = DP_GET_SINK_COUNT(dp_sink_count); in it6505_irq_hpd()
2700 it6505->sink_count = DP_GET_SINK_COUNT(dp_sink_count); in it6505_detect()
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.c182 *sink_count = DP_GET_SINK_COUNT(value); in cdn_dp_get_sink_count()
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c1603 return DP_GET_SINK_COUNT(count); in drm_dp_read_sink_count()
H A Ddrm_dp_mst_topology.c4154 sc = DP_GET_SINK_COUNT(esi[0]); in drm_dp_mst_hpd_irq_handle_event()