Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/tegra/
Ddsi.h42 #define DSI_CONTROL_HOST_ENABLE (1 << 0) macro
Ddsi.c531 value &= ~DSI_CONTROL_HOST_ENABLE; in tegra_dsi_configure()
1382 value = DSI_CONTROL_LANES(0) | DSI_CONTROL_HOST_ENABLE; in tegra_dsi_host_transfer()