Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-tegra/tegra20/
Dwarmboot_avp.c187 writel(pllx_misc.word, &clkrst->crc_pll_simple[SIMPLE_PLLX].pll_misc); in wb_start()
188 writel(pllx_base.word, &clkrst->crc_pll_simple[SIMPLE_PLLX].pll_base); in wb_start()
191 writel(pllx_base.word, &clkrst->crc_pll_simple[SIMPLE_PLLX].pll_base); in wb_start()
193 writel(pllx_base.word, &clkrst->crc_pll_simple[SIMPLE_PLLX].pll_base); in wb_start()
/external/u-boot/arch/arm/mach-tegra/tegra124/
Dcpu.c54 reg = readl(&clkrst->crc_pll_simple[SIMPLE_PLLX].pll_base); in enable_cpu_clocks()
/external/u-boot/arch/arm/mach-tegra/tegra114/
Dcpu.c61 reg = readl(&clkrst->crc_pll_simple[SIMPLE_PLLX].pll_base); in enable_cpu_clocks()
/external/u-boot/arch/arm/mach-tegra/
Dcpu.c231 struct clk_pll_simple *pll = &clkrst->crc_pll_simple[SIMPLE_PLLX]; in init_pllx()
/external/u-boot/arch/arm/include/asm/arch-tegra/
Dclk_rst.h80 struct clk_pll_simple crc_pll_simple[TEGRA_CLK_SIMPLE_PLLS]; member