Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/cpu/
H A Dbmips_cpu.c63 #define DMIPSPLLDIV_6368_MDIV_MASK (0xff << DMIPSPLLDIV_6368_MDIV_SHIFT) macro
251 m1 = (tmp & DMIPSPLLDIV_6368_MDIV_MASK) >> DMIPSPLLDIV_6368_MDIV_SHIFT; in bcm6368_get_cpu_freq()
/openbmc/linux/arch/mips/bcm63xx/
H A Dcpu.c242 m1 = (tmp & DMIPSPLLDIV_6368_MDIV_MASK) >> in detect_cpu_clock()
/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_regs.h1231 #define DMIPSPLLDIV_6368_MDIV_MASK (0xff << DMIPSPLLDIV_6368_MDIV_SHIFT) macro