Searched refs:oldwheel (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/staging/frontier/
H A Dtranzport.c500 signed char oldwheel; local
563 oldwheel = (*dev->ring_buffer)[dev->ring_tail].cmd[6];
579 ((newwheel > 0 && oldwheel > 0) ||
580 (newwheel < 0 && oldwheel < 0)) &&
609 newwheel += oldwheel;
610 if (oldwheel > 0 && !(newwheel > 0)) {
614 if (oldwheel < 0 && !(newwheel < 0)) {

Completed in 42 milliseconds