Searched refs:PLLCTL_PLLRST (Results 1 – 3 of 3) sorted by relevance
48 setbits_le32(&dv_pll0_regs->pllctl, PLLCTL_PLLRST); in dm365_pll1_init()53 clrbits_le32(&dv_pll0_regs->pllctl, PLLCTL_PLLRST); in dm365_pll1_init()130 setbits_le32(&dv_pll1_regs->pllctl, PLLCTL_PLLRST); in dm365_pll2_init()135 clrbits_le32(&dv_pll1_regs->pllctl, PLLCTL_PLLRST); in dm365_pll2_init()
66 clrbits_le32(®->pllctl, PLLCTL_PLLRST); in da850_pll_init()137 setbits_le32(®->pllctl, PLLCTL_PLLRST); in da850_pll_init()
48 #define PLLCTL_PLLRST (1 << 3) macro