Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/tegra124/
H A Dsor.c398 switch (reg_val & DP_LINKCTL_LANECOUNT_MASK) { in tegra_dc_sor_read_link_config()
431 reg_val &= ~DP_LINKCTL_LANECOUNT_MASK; in tegra_dc_sor_set_lane_count()
H A Dsor.h529 #define DP_LINKCTL_LANECOUNT_MASK (0x1f << 16) macro