Searched refs:spctl0 (Results 1 – 4 of 4) sorted by relevance
26 u32 spctl0 = SPCTL0; in get_systemPLLCLK() local27 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()
108 return imx_decode_pll(readl(&pll->spctl0), fref); in imx_get_spllclk()
82 DEFINE(SPCTL0, IMX_PLL_BASE + offsetof(struct pll_regs, spctl0)); in main()
118 u32 spctl0; /* System PLL Control Register 0 */ member