|
@@ -599,9 +599,9 @@ unsigned int formatPllReg(pll_value_t *pPLL)
|
|
On returning a 32 bit number, the value can be applied to any PLL in the calling function.
|
|
On returning a 32 bit number, the value can be applied to any PLL in the calling function.
|
|
*/
|
|
*/
|
|
ulPllReg =
|
|
ulPllReg =
|
|
- FIELD_SET( 0, PANEL_PLL_CTRL, BYPASS, OFF)
|
|
|
|
- | FIELD_SET( 0, PANEL_PLL_CTRL, POWER, ON)
|
|
|
|
- | FIELD_SET( 0, PANEL_PLL_CTRL, INPUT, OSC)
|
|
|
|
|
|
+ FIELD_SET(0, PANEL_PLL_CTRL, BYPASS, OFF)
|
|
|
|
+ | FIELD_SET(0, PANEL_PLL_CTRL, POWER, ON)
|
|
|
|
+ | FIELD_SET(0, PANEL_PLL_CTRL, INPUT, OSC)
|
|
#ifndef VALIDATION_CHIP
|
|
#ifndef VALIDATION_CHIP
|
|
| FIELD_VALUE(0, PANEL_PLL_CTRL, POD, pPLL->POD)
|
|
| FIELD_VALUE(0, PANEL_PLL_CTRL, POD, pPLL->POD)
|
|
#endif
|
|
#endif
|