Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/tegra124/
H A Dsor.c790 writel(SOR_ENABLE, &disp_ctrl->disp.disp_win_opt); in tegra_dc_sor_attach()
810 writel(SOR_ENABLE, &disp_ctrl->disp.disp_win_opt); in tegra_dc_sor_attach()
966 reg_val = enable ? reg_val | SOR_ENABLE : reg_val & ~SOR_ENABLE; in tegra_dc_sor_enable_sor()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/
H A Ddc.h445 #define SOR_ENABLE BIT(25) macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Ddc.h299 #define SOR_ENABLE(x) (1 << (25 + (((x) > 1) ? ((x) + 1) : (x)))) macro
H A Dsor.c2230 value &= ~SOR_ENABLE(sor->index); in tegra_sor_hdmi_disable()
2627 value |= SOR_ENABLE(sor->index); in tegra_sor_hdmi_enable()
2684 value &= ~SOR_ENABLE(sor->index); in tegra_sor_dp_disable()
2925 value |= SOR_ENABLE(sor->index); in tegra_sor_dp_enable()