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.c462 value |= DSI_POWER_CONTROL_ENABLE; in tegra_dsi_enable()
740 value &= ~DSI_POWER_CONTROL_ENABLE; in tegra_dsi_disable()
754 value &= ~DSI_POWER_CONTROL_ENABLE; in tegra_dsi_soft_reset()
760 value |= DSI_POWER_CONTROL_ENABLE; in tegra_dsi_soft_reset()
1354 value |= DSI_POWER_CONTROL_ENABLE; in tegra_dsi_host_transfer()