Searched refs:PLLCTL_PLLRST (Results 1 – 3 of 3) sorted by relevance
49 setbits_le32(&dv_pll0_regs->pllctl, PLLCTL_PLLRST); in dm365_pll1_init()54 clrbits_le32(&dv_pll0_regs->pllctl, PLLCTL_PLLRST); in dm365_pll1_init()131 setbits_le32(&dv_pll1_regs->pllctl, PLLCTL_PLLRST); in dm365_pll2_init()136 clrbits_le32(&dv_pll1_regs->pllctl, PLLCTL_PLLRST); in dm365_pll2_init()
67 clrbits_le32(®->pllctl, PLLCTL_PLLRST); in da850_pll_init()138 setbits_le32(®->pllctl, PLLCTL_PLLRST); in da850_pll_init()
49 #define PLLCTL_PLLRST (1 << 3) macro