Home
last modified time | relevance | path

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

/linux/include/drm/display/
H A Ddrm_dp.h144 # define DP_PORT_COUNT_MASK 0x0f macro
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c911 u8 port_count = dpcd[DP_DOWN_STREAM_PORT_COUNT] & DP_PORT_COUNT_MASK; in drm_dp_downstream_port_count()