Home
last modified time | relevance | path

Searched refs:DSI_CONTROL (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/tegra/
Ddsi.c148 DUMP_REG(DSI_CONTROL); in tegra_dsi_show_regs()
530 tegra_dsi_writel(dsi, value, DSI_CONTROL); in tegra_dsi_configure()
537 value = tegra_dsi_readl(dsi, DSI_CONTROL); in tegra_dsi_configure()
552 tegra_dsi_writel(dsi, value, DSI_CONTROL); in tegra_dsi_configure()
665 value = tegra_dsi_readl(dsi, DSI_CONTROL); in tegra_dsi_video_disable()
667 tegra_dsi_writel(dsi, value, DSI_CONTROL); in tegra_dsi_video_disable()
1292 tegra_dsi_writel(dsi, value, DSI_CONTROL); in tegra_dsi_host_transfer()
Ddsi.h36 #define DSI_CONTROL 0x10 macro