Home
last modified time | relevance | path

Searched refs:MCFSIM_PLLCR (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/m68k/cpu/mcf52x2/
H A Dspeed.c28 volatile unsigned long cpll = mbar2_readLong(MCFSIM_PLLCR); in get_clocks()
47 mbar2_writeLong(MCFSIM_PLLCR, cpll); /* Set the PLL to bypass mode (PSTCLK = crystal) */ in get_clocks()
48 mbar2_writeLong(MCFSIM_PLLCR, pllcr); /* set the clock speed */ in get_clocks()
50 mbar2_writeLong(MCFSIM_PLLCR, pllcr); /* Start locking (pll bypass = 1) */ in get_clocks()
/openbmc/u-boot/arch/m68k/include/asm/
H A Dm5249.h108 #define MCFSIM_PLLCR 0x180 /* PLL Control register */ macro
/openbmc/linux/arch/m68k/include/asm/
H A Dm5407sim.h33 #define MCFSIM_PLLCR (MCF_MBAR + 0x08) /* PLL Ctrl */ macro
H A Dm5307sim.h33 #define MCFSIM_PLLCR (MCF_MBAR + 0x08) /* PLL Ctrl Reg */ macro