Home
last modified time | relevance | path

Searched defs:DP_GET_SINK_COUNT (Results 1 – 2 of 2) 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/include/drm/display/
H A Ddrm_dp.h726 # define DP_GET_SINK_COUNT(x) ((((x) & 0x80) >> 1) | ((x) & 0x3f)) macro