Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dlcdc.h92 #define SUNXI_LCDC_TCON0_LVDS_INTF_ENABLE (1 << 31) macro
/openbmc/u-boot/drivers/video/sunxi/
H A Dlcdc.c48 setbits_le32(&lcdc->tcon0_lvds_intf, SUNXI_LCDC_TCON0_LVDS_INTF_ENABLE); in lcdc_enable()