Home
last modified time | relevance | path

Searched refs:get_systemPLLCLK (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/arm/cpu/arm920t/imx/
Dspeed.c23 ulong get_systemPLLCLK(void) in get_systemPLLCLK() function
61 return get_systemPLLCLK() / bclkdiv; in get_HCLK()
72 return get_systemPLLCLK() / (((PCDR) & 0xf)+1); in get_PERCLK1()
77 return get_systemPLLCLK() / (((PCDR>>4) & 0xf)+1); in get_PERCLK2()
82 return get_systemPLLCLK() / (((PCDR>>16) & 0x7f)+1); in get_PERCLK3()
/external/u-boot/arch/arm/include/asm/arch-imx/
Dcpu.h54 ulong get_systemPLLCLK(void);