Searched refs:DSI_POWER_CONTROL (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/tegra/ |
D | dsi.c | 132 DEBUGFS_REG32(DSI_POWER_CONTROL), 459 value = tegra_dsi_readl(dsi, DSI_POWER_CONTROL); in tegra_dsi_enable() 461 tegra_dsi_writel(dsi, value, DSI_POWER_CONTROL); in tegra_dsi_enable() 736 value = tegra_dsi_readl(dsi, DSI_POWER_CONTROL); in tegra_dsi_disable() 738 tegra_dsi_writel(dsi, value, DSI_POWER_CONTROL); in tegra_dsi_disable() 750 value = tegra_dsi_readl(dsi, DSI_POWER_CONTROL); in tegra_dsi_soft_reset() 752 tegra_dsi_writel(dsi, value, DSI_POWER_CONTROL); in tegra_dsi_soft_reset() 756 value = tegra_dsi_readl(dsi, DSI_POWER_CONTROL); in tegra_dsi_soft_reset() 758 tegra_dsi_writel(dsi, value, DSI_POWER_CONTROL); in tegra_dsi_soft_reset() 1350 value = tegra_dsi_readl(dsi, DSI_POWER_CONTROL); in tegra_dsi_host_transfer() [all …]
|
D | dsi.h | 15 #define DSI_POWER_CONTROL 0x0b macro
|