Searched refs:DSI_POWER_CONTROL (Results 1 – 2 of 2) sorted by relevance
/drivers/gpu/drm/tegra/ |
D | dsi.c | 144 DUMP_REG(DSI_POWER_CONTROL); in tegra_dsi_show_regs() 480 value = tegra_dsi_readl(dsi, DSI_POWER_CONTROL); in tegra_dsi_enable() 482 tegra_dsi_writel(dsi, value, DSI_POWER_CONTROL); in tegra_dsi_enable() 752 value = tegra_dsi_readl(dsi, DSI_POWER_CONTROL); in tegra_dsi_disable() 754 tegra_dsi_writel(dsi, value, DSI_POWER_CONTROL); in tegra_dsi_disable() 766 value = tegra_dsi_readl(dsi, DSI_POWER_CONTROL); in tegra_dsi_soft_reset() 768 tegra_dsi_writel(dsi, value, DSI_POWER_CONTROL); in tegra_dsi_soft_reset() 772 value = tegra_dsi_readl(dsi, DSI_POWER_CONTROL); in tegra_dsi_soft_reset() 774 tegra_dsi_writel(dsi, value, DSI_POWER_CONTROL); in tegra_dsi_soft_reset() 1288 value = tegra_dsi_readl(dsi, DSI_POWER_CONTROL); in tegra_dsi_host_transfer() [all …]
|
D | dsi.h | 18 #define DSI_POWER_CONTROL 0x0b macro
|