Searched refs:PLLCTL_PLLEN (Results 1 – 3 of 3) sorted by relevance
43 clrbits_le32(&dv_pll0_regs->pllctl, PLLCTL_PLLEN); in dm365_pll1_init()97 setbits_le32(&dv_pll0_regs->pllctl, PLLCTL_PLLEN); in dm365_pll1_init()125 clrbits_le32(&dv_pll1_regs->pllctl, PLLCTL_PLLEN); in dm365_pll2_init()174 setbits_le32(&dv_pll1_regs->pllctl, PLLCTL_PLLEN); in dm365_pll2_init()
51 clrbits_le32(®->pllctl, PLLCTL_PLLEN); in da850_pll_init()146 setbits_le32(®->pllctl, PLLCTL_PLLEN); in da850_pll_init()
46 #define PLLCTL_PLLEN (1 << 0) macro