Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Ddrm_dp_helper.h87 # define DP_PORT_COUNT_MASK 0x0f macro
/openbmc/linux/drivers/gpu/drm/msm/dp/
H A Ddp_panel.c119 dp_panel->ds_port_cnt &= DP_PORT_COUNT_MASK; in dp_panel_read_dpcd()
/openbmc/linux/include/drm/display/
H A Ddrm_dp.h144 # define DP_PORT_COUNT_MASK 0x0f macro
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c907 u8 port_count = dpcd[DP_DOWN_STREAM_PORT_COUNT] & DP_PORT_COUNT_MASK; in drm_dp_downstream_port_count()