Searched refs:PLLDIG_PLLFD (Results 1 – 3 of 3) sorted by relevance
117 writel(readl(PLLDIG_PLLFD(pll)) | PLLDIG_PLLFD_MFN_SET(pllfd_mfn) | in program_pll()118 PLLDIG_PLLFD_SMDEN, PLLDIG_PLLFD(pll)); in program_pll()
95 #define PLLDIG_PLLFD(pll) ((MC_CGM0_BASE_ADDR + 0x00000030) + ((pll) * 0x80)) macro
89 pllfd = readl(PLLDIG_PLLFD(pll)); in decode_pll()