Home
last modified time | relevance | path

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

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