Searched refs:PLLConfig (Results 1 – 3 of 3) sorted by relevance
160 pChipcHw->PLLConfig = in chipcHw_pll1Enable()200 pChipcHw->PLLConfig = chipcHw_REG_PLL_CONFIG_D_RESET | in chipcHw_pll1Enable()205 pChipcHw->PLLConfig = chipcHw_REG_PLL_CONFIG_D_RESET | in chipcHw_pll1Enable()219 pChipcHw->PLLConfig &= in chipcHw_pll1Enable()234 pChipcHw->PLLConfig &= ~chipcHw_REG_PLL_CONFIG_D_RESET; in chipcHw_pll1Enable()
1101 reg32_modify_or(&pChipcHw->PLLConfig, in chipcHw_pllTestEnable()1121 reg32_modify_and(&pChipcHw->PLLConfig, in chipcHw_pllTestDisable()1141 return pChipcHw->PLLConfig & chipcHw_REG_PLL_CONFIG_TEST_ENABLE; in chipcHw_isPllTestEnable()1160 pChipcHw->PLLConfig &= ~chipcHw_REG_PLL_CONFIG_TEST_SELECT_MASK; in chipcHw_pllTestSelect()1161 pChipcHw->PLLConfig |= in chipcHw_pllTestSelect()1187 PLLConfig & chipcHw_REG_PLL_CONFIG_TEST_SELECT_MASK) in chipcHw_getPllTestSelected()1211 pChipcHw->PLLConfig |= chipcHw_REG_PLL_CONFIG_POWER_DOWN; in chipcHw_pll1Disable()
62 uint32_t PLLConfig; /* PLL configuration register (PLL1) */ member