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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsynclinkmp.c4081 u32 TMCValue; local
4092 TMCValue = Divisor;
4095 if (TMCValue != 1 && TMCValue != 2) {
4097 * TMCValue is 1 or 2. BRValue of 1 to 9 always provides
4101 TMCValue >>= 1;
4104 /* while TMCValue is too big for TMC register, divide
4107 for(; TMCValue > 256 && BRValue < 10; BRValue++)
4108 TMCValue >>= 1;
4114 write_reg(info, TMC, (unsigned char)TMCValue);
[all...]

Completed in 40 milliseconds