Home
last modified time | relevance | path

Searched refs:chipcHw_REG_PLL_STATUS_LOCKED (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/arm/mach-bcmring/csp/chipc/
DchipcHw_init.c131 while (!(pChipcHw->PLLStatus2 & chipcHw_REG_PLL_STATUS_LOCKED)) in chipcHw_pll2Enable()
226 while (!(pChipcHw->PLLStatus & chipcHw_REG_PLL_STATUS_LOCKED) in chipcHw_pll1Enable()
228 PLLStatus2 & chipcHw_REG_PLL_STATUS_LOCKED)) in chipcHw_pll1Enable()
/linux-2.6.39/arch/arm/mach-bcmring/include/mach/csp/
DchipcHw_reg.h144 #define chipcHw_REG_PLL_STATUS_LOCKED 0x00000001 /* PLL is settled */ macro