Home
last modified time | relevance | path

Searched refs:spctl0 (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/arm920t/imx/
H A Dspeed.c26 u32 spctl0 = SPCTL0; in get_systemPLLCLK() local
27 u32 mfi = (spctl0 >> 10) & 0xf; in get_systemPLLCLK()
28 u32 mfn = spctl0 & 0x3f; in get_systemPLLCLK()
29 u32 mfd = (spctl0 >> 16) & 0x3f; in get_systemPLLCLK()
30 u32 pd = (spctl0 >> 26) & 0xf; in get_systemPLLCLK()
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/
H A Dgeneric.c108 return imx_decode_pll(readl(&pll->spctl0), fref); in imx_get_spllclk()
/openbmc/u-boot/arch/arm/lib/
H A Dasm-offsets.c82 DEFINE(SPCTL0, IMX_PLL_BASE + offsetof(struct pll_regs, spctl0)); in main()
/openbmc/u-boot/arch/arm/include/asm/arch-mx27/
H A Dimx-regs.h118 u32 spctl0; /* System PLL Control Register 0 */ member