Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/tegra/
Ddsi.h40 #define DSI_CONTROL_TX_TRIG(x) (((x) & 0x3) << 8) macro
Ddsi.c531 value &= ~DSI_CONTROL_TX_TRIG(3); in tegra_dsi_configure()