Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tegra/
H A Ddsi.h16 #define DSI_POWER_CONTROL_ENABLE (1 << 0) macro
H A Ddsi.c461 value |= DSI_POWER_CONTROL_ENABLE; in tegra_dsi_enable()
738 value &= ~DSI_POWER_CONTROL_ENABLE; in tegra_dsi_disable()
752 value &= ~DSI_POWER_CONTROL_ENABLE; in tegra_dsi_soft_reset()
758 value |= DSI_POWER_CONTROL_ENABLE; in tegra_dsi_soft_reset()
922 if (value & DSI_POWER_CONTROL_ENABLE) in tegra_dsi_encoder_enable()
1361 value |= DSI_POWER_CONTROL_ENABLE; in tegra_dsi_host_transfer()