Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddsi.h35 #define DSI_CONTROL_CHANNEL(c) (((c) & 0x3) << 16) macro
H A Ddsi.c506 value = DSI_CONTROL_CHANNEL(0) | in tegra_dsi_configure()