Searched refs:DSI_CONTROL_TX_TRIG (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/tegra/ | ||
D | dsi.h | 37 #define DSI_CONTROL_TX_TRIG(x) (((x) & 0x3) << 8) macro |
D | dsi.c | 522 value &= ~DSI_CONTROL_TX_TRIG(3); in tegra_dsi_configure() |