Home
last modified time | relevance | path

Searched refs:PLLConfig (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/arm/mach-bcmring/csp/chipc/
DchipcHw_init.c160 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()
/linux-2.6.39/arch/arm/mach-bcmring/include/mach/csp/
DchipcHw_inline.h1101 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()
DchipcHw_reg.h62 uint32_t PLLConfig; /* PLL configuration register (PLL1) */ member