Home
last modified time | relevance | path

Searched refs:SUNXI_TVE_GCTRL_ENABLE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dtve.h69 #define SUNXI_TVE_GCTRL_ENABLE (1 << 0) macro
/openbmc/u-boot/drivers/video/sunxi/
H A Dtve_common.c84 setbits_le32(&tve->gctrl, SUNXI_TVE_GCTRL_ENABLE); in tvencoder_enable()