Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/tegra/
Ddc.c1162 value = tegra_dc_readl(dc, DC_CMD_DISPLAY_COMMAND); in tegra_dc_stop()
1164 tegra_dc_writel(dc, value, DC_CMD_DISPLAY_COMMAND); in tegra_dc_stop()
1173 value = tegra_dc_readl_active(dc, DC_CMD_DISPLAY_COMMAND); in tegra_dc_idle()
1254 value = tegra_dc_readl(dc, DC_CMD_DISPLAY_COMMAND); in tegra_crtc_enable()
1257 tegra_dc_writel(dc, value, DC_CMD_DISPLAY_COMMAND); in tegra_crtc_enable()
1380 DUMP_REG(DC_CMD_DISPLAY_COMMAND); in tegra_dc_show_regs()
Ddc.h30 #define DC_CMD_DISPLAY_COMMAND 0x032 macro