Searched refs:DSI_POWER_CONTROL (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A 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() 919 value = tegra_dsi_readl(dsi, DSI_POWER_CONTROL); in tegra_dsi_encoder_enable() [all...] |
H A D | dsi.h | 15 #define DSI_POWER_CONTROL 0x0b macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
H A 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...] |
H A D | dsi.h | 15 #define DSI_POWER_CONTROL 0x0b macro
|
Completed in 6 milliseconds