Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dlogicore_dp_dpcd.h64 #define DPCD_LANE_COUNT_SET 0x00101 macro
Dlogicore_dp_tx.c864 status = aux_read(dev, DPCD_LANE_COUNT_SET, 0x1, &val); in set_enhanced_frame_mode()
873 status = aux_write(dev, DPCD_LANE_COUNT_SET, 0x1, &val); in set_enhanced_frame_mode()
907 status = aux_read(dev, DPCD_LANE_COUNT_SET, 0x1, &val); in set_lane_count()
913 status = aux_write(dev, DPCD_LANE_COUNT_SET, 0x1, &val); in set_lane_count()
/external/u-boot/drivers/video/exynos/
Dexynos_dp.c343 ret = exynos_dp_read_byte_from_dpcd(regs, DPCD_LANE_COUNT_SET, in exynos_dp_enable_rx_to_enhanced_mode()
355 ret = exynos_dp_write_byte_to_dpcd(regs, DPCD_LANE_COUNT_SET, data); in exynos_dp_enable_rx_to_enhanced_mode()
/external/u-boot/arch/arm/include/asm/arch-rockchip/
Dedp_rk3288.h459 #define DPCD_LANE_COUNT_SET (0x0101) macro
/external/u-boot/arch/arm/mach-exynos/include/mach/
Ddp.h621 #define DPCD_LANE_COUNT_SET (0x0101) macro