Home
last modified time | relevance | path

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

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