Searched refs:DC_READ (Results 1 – 2 of 2) sorted by relevance
381 opt = DC_READ(tegra_crtc, DC_DISP_DISP_WIN_OPTIONS_REG); in tegra_crtc_cursor_set()453 DC_READ(tegra_crtc, DC_DISP_CURSOR_START_ADDR_REG); in tegra_crtc_cursor_set()458 cfg = DC_READ(tegra_crtc, DC_DISP_BLEND_CURSOR_CONTROL_REG); in tegra_crtc_cursor_set()480 opt = DC_READ(tegra_crtc, DC_DISP_DISP_WIN_OPTIONS_REG); in tegra_crtc_cursor_set()497 while (DC_READ(tegra_crtc, DC_CMD_STATE_CONTROL_REG) & in tegra_crtc_cursor_set()1290 const uint32_t status = DC_READ(tegra_crtc, DC_CMD_INT_STATUS_REG); in tegra_crtc_intr()
150 #define DC_READ(crtc, reg) \ macro