Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/tegra/
Ddsi.h19 #define DSI_POWER_CONTROL_ENABLE (1 << 0) macro
Ddsi.c469 value |= DSI_POWER_CONTROL_ENABLE; in tegra_dsi_enable()
741 value &= ~DSI_POWER_CONTROL_ENABLE; in tegra_dsi_disable()
755 value &= ~DSI_POWER_CONTROL_ENABLE; in tegra_dsi_soft_reset()
761 value |= DSI_POWER_CONTROL_ENABLE; in tegra_dsi_soft_reset()
1267 value |= DSI_POWER_CONTROL_ENABLE; in tegra_dsi_host_transfer()