Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/cpu/
H A Dbmips_cpu.c106 unsigned int mips_pll_fcvo; in bcm6328_get_cpu_freq() local
108 mips_pll_fcvo = readl_be(priv->regs + REG_BCM6328_MISC_STRAPBUS); in bcm6328_get_cpu_freq()
109 mips_pll_fcvo = (mips_pll_fcvo & STRAPBUS_6328_FCVO_MASK) in bcm6328_get_cpu_freq()
112 switch (mips_pll_fcvo) { in bcm6328_get_cpu_freq()
162 unsigned int mips_pll_fcvo; in bcm63268_get_cpu_freq() local
164 mips_pll_fcvo = readl_be(priv->regs + REG_BCM63268_MISC_STRAPBUS); in bcm63268_get_cpu_freq()
165 mips_pll_fcvo = (mips_pll_fcvo & STRAPBUS_63268_FCVO_MASK) in bcm63268_get_cpu_freq()
168 switch (mips_pll_fcvo) { in bcm63268_get_cpu_freq()
/OK3568_Linux_fs/kernel/arch/mips/bcm63xx/
H A Dcpu.c129 unsigned int tmp, mips_pll_fcvo; in detect_cpu_clock() local
132 mips_pll_fcvo = (tmp & STRAPBUS_6328_FCVO_MASK) in detect_cpu_clock()
135 switch (mips_pll_fcvo) { in detect_cpu_clock()
191 unsigned int tmp, mips_pll_fcvo; in detect_cpu_clock() local
194 mips_pll_fcvo = (tmp & STRAPBUS_6362_FCVO_MASK) in detect_cpu_clock()
196 switch (mips_pll_fcvo) { in detect_cpu_clock()