Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/tegra/
Ddc.c1060 value = tegra_dc_readl(dc, DC_CMD_DISPLAY_COMMAND); in tegra_dc_stop()
1062 tegra_dc_writel(dc, value, DC_CMD_DISPLAY_COMMAND); in tegra_dc_stop()
1071 value = tegra_dc_readl_active(dc, DC_CMD_DISPLAY_COMMAND); in tegra_dc_idle()
1251 value = tegra_dc_readl(dc, DC_CMD_DISPLAY_COMMAND); in tegra_crtc_mode_set_nofb()
1254 tegra_dc_writel(dc, value, DC_CMD_DISPLAY_COMMAND); in tegra_crtc_mode_set_nofb()
1368 DUMP_REG(DC_CMD_DISPLAY_COMMAND); in tegra_dc_show_regs()
Ddc.h30 #define DC_CMD_DISPLAY_COMMAND 0x032 macro