Searched refs:SOR_DP_LINKCTL_TU_SIZE (Results 1 – 2 of 2) sorted by relevance
/drivers/gpu/drm/tegra/ | ||
D | sor.h | 233 #define SOR_DP_LINKCTL_TU_SIZE(x) (((x) & 0x7f) << 2) macro |
D | sor.c | 1249 value |= SOR_DP_LINKCTL_TU_SIZE(config->tu_size); in tegra_sor_apply_config() |