Home
last modified time | relevance | path

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

/arch/mips/vr41xx/common/
Dbcu.c49 #define DIVVT(x) (((x) & 0x0f00) >> 8) macro
148 if (DIVVT(clkspeed) == 9) in calculate_vtclock()
151 else if (DIVVT(clkspeed) == 10) in calculate_vtclock()
153 vtclock /= DIVVT(clkspeed); in calculate_vtclock()