Searched refs:MCFSIM_PLLCR (Results 1 – 2 of 2) sorted by relevance
31 volatile unsigned long cpll = mbar2_readLong(MCFSIM_PLLCR); in get_clocks()50 mbar2_writeLong(MCFSIM_PLLCR, cpll); /* Set the PLL to bypass mode (PSTCLK = crystal) */ in get_clocks()51 mbar2_writeLong(MCFSIM_PLLCR, pllcr); /* set the clock speed */ in get_clocks()53 mbar2_writeLong(MCFSIM_PLLCR, pllcr); /* Start locking (pll bypass = 1) */ in get_clocks()
108 #define MCFSIM_PLLCR 0x180 /* PLL Control register */ macro
Completed in 4 milliseconds