Searched refs:socreg1 (Results 1 – 1 of 1) sorted by relevance
103 uint16_t socreg1 = 0x31c9; in clk_set_soc_pll_freq() local158 socreg1 &= (uint16_t)~DCO_FIX_SEL_MASK; in clk_set_soc_pll_freq()160 socreg1 |= 1; in clk_set_soc_pll_freq()163 socreg1 &= (uint16_t)~PLL_500_M_MASK; in clk_set_soc_pll_freq()164 socreg1 |= (uint16_t)((socPllMulFac << 6) | PLL_500_CLK_ENABLE); /* m factor */ in clk_set_soc_pll_freq()165 SPI_MEM_MAP_PLL(SOC_PLL_500_CTRL_REG1) = socreg1; in clk_set_soc_pll_freq()226 socreg1 &= (uint16_t)~DCO_FIX_SEL_MASK; in clk_set_soc_pll_freq()228 socreg1 |= 2; in clk_set_soc_pll_freq()236 socreg1 &= (uint16_t)~PLL_500_M_MASK; in clk_set_soc_pll_freq()237 socreg1 |= (uint16_t)((socPllMulFac << 6) | PLL_500_CLK_ENABLE); /* m factor */ in clk_set_soc_pll_freq()[all …]