Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/tegra124/
H A Dsor.c788 writel(SOR_ENABLE, &disp_ctrl->disp.disp_win_opt); in tegra_dc_sor_attach()
808 writel(SOR_ENABLE, &disp_ctrl->disp.disp_win_opt); in tegra_dc_sor_attach()
964 reg_val = enable ? reg_val | SOR_ENABLE : reg_val & ~SOR_ENABLE; in tegra_dc_sor_enable_sor()
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Ddc.h444 #define SOR_ENABLE BIT(25) macro
/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddc.h314 #define SOR_ENABLE(x) (1 << (25 + (((x) > 1) ? ((x) + 1) : (x)))) macro
H A Dsor.c2226 value &= ~SOR_ENABLE(sor->index); in tegra_sor_hdmi_disable()
2623 value |= SOR_ENABLE(sor->index); in tegra_sor_hdmi_enable()
2680 value &= ~SOR_ENABLE(sor->index); in tegra_sor_dp_disable()
2921 value |= SOR_ENABLE(sor->index); in tegra_sor_dp_enable()