Home
last modified time | relevance | path

Searched refs:WIN_A_ACT_REQ (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/drivers/video/tegra124/
H A Ddisplay.c156 writel(WIN_A_ACT_REQ << i, &disp_ctrl->cmd.state_ctrl); in tegra_dc_sor_disable_win_short_raster()
196 writel(WIN_A_ACT_REQ << i, &disp_ctrl->cmd.state_ctrl); in tegra_dc_sor_restore_win_and_raster()
257 val = GENERAL_ACT_REQ | WIN_A_ACT_REQ; in update_window()
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Ddc.h420 #define WIN_A_ACT_REQ BIT(1) macro
/openbmc/u-boot/drivers/video/
H A Dtegra.c95 val = GENERAL_ACT_REQ | WIN_A_ACT_REQ; in update_window()
/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddc.h244 #define WIN_A_ACT_REQ (1 << 1) macro
H A Dplane.c321 tegra->planes |= WIN_A_ACT_REQ << plane->index; in tegra_plane_state_add()
H A Dhub.c220 mask = COMMON_ACTREQ | WIN_A_ACT_REQ << plane->base.index; in tegra_shared_plane_activate()
H A Ddc.c1082 value = (WIN_A_ACT_REQ << p->index) << 8 | GENERAL_UPDATE; in tegra_cursor_atomic_async_update()
1086 value = (WIN_A_ACT_REQ << p->index) | GENERAL_ACT_REQ; in tegra_cursor_atomic_async_update()