Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_regs.h765 #define DMIPSPLLCFG_M1_SHIFT 0 macro
766 #define DMIPSPLLCFG_M1_MASK (0xff << DMIPSPLLCFG_M1_SHIFT)
/linux-2.6.39/arch/mips/bcm63xx/
Dcpu.c249 m1 = (tmp & DMIPSPLLCFG_M1_MASK) >> DMIPSPLLCFG_M1_SHIFT; in detect_cpu_clock()