Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/linux/
H A Ddrm_dp_helper.h87 # define DP_PORT_COUNT_MASK 0x0f macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dp/
H A Ddp_panel.c95 dp_panel->ds_port_cnt &= DP_PORT_COUNT_MASK; in dp_panel_read_dpcd()
/OK3568_Linux_fs/u-boot/include/drm/
H A Ddrm_dp_helper.h142 # define DP_PORT_COUNT_MASK 0x0f macro
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_dp_helper.h146 # define DP_PORT_COUNT_MASK 0x0f macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_dp_helper.c492 u8 port_count = dpcd[DP_DOWN_STREAM_PORT_COUNT] & DP_PORT_COUNT_MASK; in drm_dp_downstream_port_count()