Searched refs:PLLCTL_PLLEN (Results 1 – 3 of 3) sorted by relevance
44 clrbits_le32(&dv_pll0_regs->pllctl, PLLCTL_PLLEN); in dm365_pll1_init()98 setbits_le32(&dv_pll0_regs->pllctl, PLLCTL_PLLEN); in dm365_pll1_init()126 clrbits_le32(&dv_pll1_regs->pllctl, PLLCTL_PLLEN); in dm365_pll2_init()175 setbits_le32(&dv_pll1_regs->pllctl, PLLCTL_PLLEN); in dm365_pll2_init()
52 clrbits_le32(®->pllctl, PLLCTL_PLLEN); in da850_pll_init()147 setbits_le32(®->pllctl, PLLCTL_PLLEN); in da850_pll_init()
47 #define PLLCTL_PLLEN (1 << 0) macro