Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/m68k/cpu/mcf5445x/
Dspeed.c255 temp = ((in_be32(&pll->pcr) & PLL_PCR_OUTDIV4_MASK) >> 12) + 1; in setup_5445x_clocks()
/third_party/uboot/u-boot-2020.01/arch/m68k/include/asm/
Dm5445x.h782 #define PLL_PCR_OUTDIV4_MASK (0x0000F000) macro