Home
last modified time | relevance | path

Searched refs:DPCD_MAX_LANE_COUNT (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Ddisplay.h80 #define DPCD_MAX_LANE_COUNT 0x002 macro
/OK3568_Linux_fs/u-boot/drivers/video/exynos/
H A Dexynos_dp.c218 temp = buf[DPCD_MAX_LANE_COUNT] & 0x1f; in exynos_dp_handle_edid()
219 if (buf[DPCD_MAX_LANE_COUNT] & 0x80) in exynos_dp_handle_edid()
224 temp = buf[DPCD_MAX_LANE_COUNT]; in exynos_dp_handle_edid()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.h27 #define DPCD_MAX_LANE_COUNT(x) ((x) & 0x1f) macro
H A Danalogix_dp_core.c679 *lane_count = DPCD_MAX_LANE_COUNT(data); in analogix_dp_get_max_rx_lane_count()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dedp_rk3288.h454 #define DPCD_MAX_LANE_COUNT (0x0002) macro
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp.h620 #define DPCD_MAX_LANE_COUNT (0x0002) macro
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Danalogix_dp.h473 #define DPCD_MAX_LANE_COUNT(x) ((x) & 0x1f) macro
H A Danalogix_dp.c430 *lane_count = DPCD_MAX_LANE_COUNT(data); in analogix_dp_get_max_rx_lane_count()