Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tegra/
H A Ddsi.h96 #define DSI_TALLY_HTX(x) (((x) & 0xff) << 0) macro
H A Ddsi.c721 value = DSI_TALLY_TA(0) | DSI_TALLY_LRX(0) | DSI_TALLY_HTX(0); in tegra_dsi_set_timeout()