Searched refs:rate_atmf (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/atm/
H A Dhe.c665 unsigned rate_atmf, exp, man; local
721 rate_atmf = 0;
722 while (rate_atmf < 0x400) {
723 man = (rate_atmf & 0x1f) << 4;
724 exp = rate_atmf >> 5;
768 if (rate_atmf & 0x1)
770 CONFIG_RCMABR + RTGTBL_OFFSET + (rate_atmf >> 1));
772 ++rate_atmf;

Completed in 94 milliseconds