Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/tegra/
Ddsi.h19 #define DSI_POWER_CONTROL_ENABLE (1 << 0) macro
Ddsi.c468 value |= DSI_POWER_CONTROL_ENABLE; in tegra_dsi_enable()
696 value &= ~DSI_POWER_CONTROL_ENABLE; in tegra_dsi_disable()
710 value &= ~DSI_POWER_CONTROL_ENABLE; in tegra_dsi_soft_reset()
716 value |= DSI_POWER_CONTROL_ENABLE; in tegra_dsi_soft_reset()
1259 value |= DSI_POWER_CONTROL_ENABLE; in tegra_dsi_host_transfer()