Searched refs:DSI_CONTROL_CHANNEL (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/tegra/ | ||
H A D | dsi.h | 35 #define DSI_CONTROL_CHANNEL(c) (((c) & 0x3) << 16) macro |
H A D | dsi.c | 506 value = DSI_CONTROL_CHANNEL(0) | in tegra_dsi_configure() |