Home
last modified time | relevance | path

Searched refs:BM_ANADIG_PLL_VIDEO_BYPASS (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/board/aristainetos/
H A Daristainetos-v2.c438 reg &= ~BM_ANADIG_PLL_VIDEO_BYPASS; in enable_lvds()
526 reg &= ~BM_ANADIG_PLL_VIDEO_BYPASS; in enable_spi_display()
/openbmc/u-boot/board/kosagi/novena/
H A Dvideo.c380 BM_ANADIG_PLL_VIDEO_BYPASS, in enable_vpll()
/openbmc/u-boot/board/tbs/tbs2910/
H A Dtbs2910.c336 reg &= ~BM_ANADIG_PLL_VIDEO_BYPASS; in setup_display()
/openbmc/u-boot/arch/arm/mach-imx/mx6/
H A Dclock.c260 if (div & BM_ANADIG_PLL_VIDEO_BYPASS) in decode_pll()
562 BM_ANADIG_PLL_VIDEO_BYPASS | in enable_pll_video()
/openbmc/u-boot/board/ge/bx50v3/
H A Dbx50v3.c448 BM_ANADIG_PLL_VIDEO_BYPASS, in enable_videopll()
/openbmc/u-boot/board/solidrun/mx6cuboxi/
H A Dmx6cuboxi.c412 reg &= ~BM_ANADIG_PLL_VIDEO_BYPASS; in setup_display()
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/
H A Dcrm_regs.h1163 #define BM_ANADIG_PLL_VIDEO_BYPASS 0x00010000 macro