Searched refs:mips_pll_fcvo (Results 1 – 2 of 2) sorted by relevance
126 unsigned int mips_pll_fcvo; in bcm6318_get_cpu_freq() local128 mips_pll_fcvo = readl_be(priv->regs + REG_BCM6318_STRAP_OVRDBUS); in bcm6318_get_cpu_freq()129 mips_pll_fcvo = (mips_pll_fcvo & OVRDBUS_6318_FREQ_MASK) in bcm6318_get_cpu_freq()132 switch (mips_pll_fcvo) { in bcm6318_get_cpu_freq()148 unsigned int mips_pll_fcvo; in bcm6328_get_cpu_freq() local150 mips_pll_fcvo = readl_be(priv->regs + REG_BCM6328_MISC_STRAPBUS); in bcm6328_get_cpu_freq()151 mips_pll_fcvo = (mips_pll_fcvo & STRAPBUS_6328_FCVO_MASK) in bcm6328_get_cpu_freq()154 switch (mips_pll_fcvo) { in bcm6328_get_cpu_freq()204 unsigned int mips_pll_fcvo; in bcm6362_get_cpu_freq() local206 mips_pll_fcvo = readl_be(priv->regs + REG_BCM6362_MISC_STRAPBUS); in bcm6362_get_cpu_freq()[all …]
129 unsigned int tmp, mips_pll_fcvo; in detect_cpu_clock() local132 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() local194 mips_pll_fcvo = (tmp & STRAPBUS_6362_FCVO_MASK) in detect_cpu_clock()196 switch (mips_pll_fcvo) { in detect_cpu_clock()