Home
last modified time | relevance | path

Searched refs:PLL_CORE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dpll.c38 { PLL_CORE , 0x680500 },
47 { PLL_CORE , 0x004000 },
56 { PLL_CORE , 0x004028 },
70 { PLL_CORE , 0x004028 },
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dpll.h29 PLL_CORE = 0x01, enumerator
/openbmc/u-boot/arch/arm/include/asm/arch-mx7/
H A Dclock.h44 PLL_CORE, /* Core PLL */ enumerator
/openbmc/u-boot/arch/arm/mach-imx/mx7/
H A Dclock.c114 case PLL_CORE: in decode_pll()
382 return decode_pll(PLL_CORE, MXC_HCLK); in get_root_src_clk()
1105 freq = decode_pll(PLL_CORE, MXC_HCLK); in do_mx7_showclocks()
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Darb.c201 int NVClk = nouveau_hw_get_clock(dev, PLL_CORE); in nv04_update_arb()