Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-bcmring/csp/chipc/
DchipcHw_init.c76 pChipcHw->PLLConfig2 = in chipcHw_pll2Enable()
103 pChipcHw->PLLConfig2 = chipcHw_REG_PLL_CONFIG_D_RESET | in chipcHw_pll2Enable()
108 pChipcHw->PLLConfig2 = chipcHw_REG_PLL_CONFIG_D_RESET | in chipcHw_pll2Enable()
122 pChipcHw->PLLConfig2 &= in chipcHw_pll2Enable()
137 pChipcHw->PLLConfig2 &= ~chipcHw_REG_PLL_CONFIG_D_RESET; in chipcHw_pll2Enable()
/linux-2.6.39/arch/arm/mach-bcmring/include/mach/csp/
DchipcHw_inline.h1111 reg32_modify_or(&pChipcHw->PLLConfig2, in chipcHw_pll2TestEnable()
1131 reg32_modify_and(&pChipcHw->PLLConfig2, in chipcHw_pll2TestDisable()
1150 return pChipcHw->PLLConfig2 & chipcHw_REG_PLL_CONFIG_TEST_ENABLE; in chipcHw_isPll2TestEnable()
1174 pChipcHw->PLLConfig2 &= ~chipcHw_REG_PLL_CONFIG_TEST_SELECT_MASK; in chipcHw_pll2TestSelect()
1175 pChipcHw->PLLConfig2 |= in chipcHw_pll2TestSelect()
1198 PLLConfig2 & chipcHw_REG_PLL_CONFIG_TEST_SELECT_MASK) in chipcHw_getPll2TestSelected()
1224 pChipcHw->PLLConfig2 |= chipcHw_REG_PLL_CONFIG_POWER_DOWN; in chipcHw_pll2Disable()
DchipcHw_reg.h78 uint32_t PLLConfig2; /* PLL configuration register (PLL2) */ member