Home
last modified time | relevance | path

Searched refs:STRAPBUS_6362_FCVO_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/cpu/
H A Dbmips_cpu.c52 #define STRAPBUS_6362_FCVO_MASK (0x1f << STRAPBUS_6362_FCVO_SHIFT) macro
207 mips_pll_fcvo = (mips_pll_fcvo & STRAPBUS_6362_FCVO_MASK) in bcm6362_get_cpu_freq()
/openbmc/linux/arch/mips/bcm63xx/
H A Dcpu.c194 mips_pll_fcvo = (tmp & STRAPBUS_6362_FCVO_MASK) in detect_cpu_clock()
/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_regs.h1363 #define STRAPBUS_6362_FCVO_MASK (0x1f << STRAPBUS_6362_FCVO_SHIFT) macro