Home
last modified time | relevance | path

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

/arch/mips/vr41xx/common/
Dbcu.c52 #define VTDIVMODE(x) (((x) & 0x0700) >> 8) macro
157 if(VTDIVMODE(clkspeed) == 7) in calculate_vtclock()
159 else if(VTDIVMODE(clkspeed) == 1) in calculate_vtclock()
162 vtclock = pclock / VTDIVMODE(clkspeed); in calculate_vtclock()
167 vtclock = pclock / VTDIVMODE(clkspeed); in calculate_vtclock()