Home
last modified time | relevance | path

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

/external/u-boot/board/aristainetos/
Daristainetos-v2.c431 if (readl(&ccm->analog_pll_video) & BM_ANADIG_PLL_VIDEO_LOCK) in enable_lvds()
519 if (readl(&ccm->analog_pll_video) & BM_ANADIG_PLL_VIDEO_LOCK) in enable_spi_display()
/external/u-boot/board/kosagi/novena/
Dvideo.c374 if (readl(&ccm->analog_pll_video) & BM_ANADIG_PLL_VIDEO_LOCK) in enable_vpll()
/external/u-boot/board/tbs/tbs2910/
Dtbs2910.c329 if (readl(&ccm->analog_pll_video) & BM_ANADIG_PLL_VIDEO_LOCK) in setup_display()
/external/u-boot/board/solidrun/mx6cuboxi/
Dmx6cuboxi.c317 if (readl(&ccm->analog_pll_video) & BM_ANADIG_PLL_VIDEO_LOCK) in setup_display()
/external/u-boot/board/ge/bx50v3/
Dbx50v3.c444 if (readl(&ccm->analog_pll_video) & BM_ANADIG_PLL_VIDEO_LOCK) in enable_videopll()
/external/u-boot/arch/arm/include/asm/arch-mx6/
Dcrm_regs.h1151 #define BM_ANADIG_PLL_VIDEO_LOCK 0x80000000 macro
/external/u-boot/arch/arm/mach-imx/mx6/
Dclock.c599 if (reg & BM_ANADIG_PLL_VIDEO_LOCK) { in enable_pll_video()