Home
last modified time | relevance | path

Searched refs:GENERAL_ACT_REQ (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/video/tegra124/
Ddisplay.c119 writel(GENERAL_ACT_REQ, &disp_ctrl->cmd.state_ctrl); in tegra_dc_sor_general_act()
122 GENERAL_ACT_REQ, 0, 100, in tegra_dc_sor_general_act()
182 writel(GENERAL_ACT_REQ, &disp_ctrl->cmd.state_ctrl); in tegra_dc_sor_disable_win_short_raster()
257 val = GENERAL_ACT_REQ | WIN_A_ACT_REQ; in update_window()
Dsor.c788 writel(GENERAL_ACT_REQ, &disp_ctrl->cmd.state_ctrl); in tegra_dc_sor_attach()
790 writel(GENERAL_ACT_REQ, &disp_ctrl->cmd.state_ctrl); in tegra_dc_sor_attach()
/external/u-boot/arch/arm/include/asm/arch-tegra/
Ddc.h419 #define GENERAL_ACT_REQ BIT(0) macro
/external/u-boot/drivers/video/
Dtegra.c95 val = GENERAL_ACT_REQ | WIN_A_ACT_REQ; in update_window()