Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/cpu/
H A Dbmips_cpu.c32 #define STRAPBUS_6328_FCVO_MASK (0x1f << STRAPBUS_6328_FCVO_SHIFT) macro
151 mips_pll_fcvo = (mips_pll_fcvo & STRAPBUS_6328_FCVO_MASK) in bcm6328_get_cpu_freq()
/openbmc/linux/arch/mips/bcm63xx/
H A Dcpu.c132 mips_pll_fcvo = (tmp & STRAPBUS_6328_FCVO_MASK) in detect_cpu_clock()
/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_regs.h1369 #define STRAPBUS_6328_FCVO_MASK (0x1f << STRAPBUS_6328_FCVO_SHIFT) macro