Searched refs:DSI_CONTROL (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/tegra/ |
D | dsi.h | 33 #define DSI_CONTROL 0x10 macro
|
D | dsi.c | 136 DEBUGFS_REG32(DSI_CONTROL), 518 tegra_dsi_writel(dsi, value, DSI_CONTROL); in tegra_dsi_configure() 525 value = tegra_dsi_readl(dsi, DSI_CONTROL); in tegra_dsi_configure() 540 tegra_dsi_writel(dsi, value, DSI_CONTROL); in tegra_dsi_configure() 653 value = tegra_dsi_readl(dsi, DSI_CONTROL); in tegra_dsi_video_disable() 655 tegra_dsi_writel(dsi, value, DSI_CONTROL); in tegra_dsi_video_disable() 1298 tegra_dsi_writel(dsi, value, DSI_CONTROL); in tegra_dsi_host_transfer()
|