Searched refs:DSI_POWER_CONTROL (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/tegra/ |
D | dsi.c | 132 DEBUGFS_REG32(DSI_POWER_CONTROL), 460 value = tegra_dsi_readl(dsi, DSI_POWER_CONTROL); in tegra_dsi_enable() 462 tegra_dsi_writel(dsi, value, DSI_POWER_CONTROL); in tegra_dsi_enable() 737 value = tegra_dsi_readl(dsi, DSI_POWER_CONTROL); in tegra_dsi_disable() 739 tegra_dsi_writel(dsi, value, DSI_POWER_CONTROL); in tegra_dsi_disable() 751 value = tegra_dsi_readl(dsi, DSI_POWER_CONTROL); in tegra_dsi_soft_reset() 753 tegra_dsi_writel(dsi, value, DSI_POWER_CONTROL); in tegra_dsi_soft_reset() 757 value = tegra_dsi_readl(dsi, DSI_POWER_CONTROL); in tegra_dsi_soft_reset() 759 tegra_dsi_writel(dsi, value, DSI_POWER_CONTROL); in tegra_dsi_soft_reset() 920 value = tegra_dsi_readl(dsi, DSI_POWER_CONTROL); in tegra_dsi_encoder_enable() [all …]
|
D | dsi.h | 15 #define DSI_POWER_CONTROL 0x0b macro
|