OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mxc_pll_reg
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/arm/mach-imx/mx5/
clock.c
28
struct
mxc_pll_reg
*mxc_plls[PLL_CLOCKS] = {
29
[PLL1_CLOCK] = (struct
mxc_pll_reg
*)PLL1_BASE_ADDR,
30
[PLL2_CLOCK] = (struct
mxc_pll_reg
*)PLL2_BASE_ADDR,
31
[PLL3_CLOCK] = (struct
mxc_pll_reg
*)PLL3_BASE_ADDR,
33
[PLL4_CLOCK] = (struct
mxc_pll_reg
*)PLL4_BASE_ADDR,
160
static uint32_t decode_pll(struct
mxc_pll_reg
*pll, uint32_t infreq)
648
struct
mxc_pll_reg
*pll = mxc_plls[index];
/external/u-boot/arch/arm/include/asm/arch-mx5/
crm_regs.h
12
struct
mxc_pll_reg
{
struct
Completed in 132 milliseconds