Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/tegra/
Ddsi.h37 #define DSI_CONTROL_TX_TRIG(x) (((x) & 0x3) << 8) macro
Ddsi.c522 value &= ~DSI_CONTROL_TX_TRIG(3); in tegra_dsi_configure()