Home
last modified time | relevance | path

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

/openbmc/u-boot/board/kosagi/novena/
H A Dvideo.c360 setbits_le32(&ccm->analog_pll_video, BM_ANADIG_PLL_VIDEO_POWERDOWN); in enable_vpll()
371 clrbits_le32(&ccm->analog_pll_video, BM_ANADIG_PLL_VIDEO_POWERDOWN); in enable_vpll()
/openbmc/u-boot/board/aristainetos/
H A Daristainetos-v2.c412 reg |= BM_ANADIG_PLL_VIDEO_POWERDOWN; in enable_lvds()
427 reg &= ~BM_ANADIG_PLL_VIDEO_POWERDOWN; in enable_lvds()
515 reg &= ~BM_ANADIG_PLL_VIDEO_POWERDOWN; in enable_spi_display()
/openbmc/u-boot/board/tbs/tbs2910/
H A Dtbs2910.c313 reg |= BM_ANADIG_PLL_VIDEO_POWERDOWN; in setup_display()
325 reg &= ~BM_ANADIG_PLL_VIDEO_POWERDOWN; in setup_display()
/openbmc/u-boot/board/ge/bx50v3/
H A Dbx50v3.c416 setbits_le32(&ccm->analog_pll_video, BM_ANADIG_PLL_VIDEO_POWERDOWN); in enable_videopll()
438 clrbits_le32(&ccm->analog_pll_video, BM_ANADIG_PLL_VIDEO_POWERDOWN); in enable_videopll()
/openbmc/u-boot/board/solidrun/mx6cuboxi/
H A Dmx6cuboxi.c387 setbits_le32(&ccm->analog_pll_video, BM_ANADIG_PLL_VIDEO_POWERDOWN); in setup_display()
399 reg &= ~BM_ANADIG_PLL_VIDEO_POWERDOWN; in setup_display()
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/
H A Dcrm_regs.h1173 #define BM_ANADIG_PLL_VIDEO_POWERDOWN 0x00001000 macro
/openbmc/u-boot/arch/arm/mach-imx/mx6/
H A Dclock.c561 writel(BM_ANADIG_PLL_VIDEO_POWERDOWN | in enable_pll_video()