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

/linux-4.4.14/arch/mips/vr41xx/common/
H A Dbcu.c49 #define DIVVT(x) (((x) & 0x0f00) >> 8) macro
147 /* DIVVT == 9 Divide by 1.5 . VTClock = (PClock * 6) / 9 */ calculate_vtclock()
148 if (DIVVT(clkspeed) == 9) calculate_vtclock()
150 /* DIVVT == 10 Divide by 2.5 . VTClock = (PClock * 4) / 10 */ calculate_vtclock()
151 else if (DIVVT(clkspeed) == 10) calculate_vtclock()
153 vtclock /= DIVVT(clkspeed); calculate_vtclock()

Completed in 67 milliseconds