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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Dgrip_mp.c172 int portvals = 0; /* used for port value sanity check */ local
184 portvals |= 1 << ((raw_data >> 4) & 3); /* Demux B4, B5 */
187 if (portvals == 1) { /* B4, B5 off */
189 portvals = raw_data & 0xf0;
203 portvals |= raw_data >> 4; /* Compare B4-B7 before & after trigger */
205 if (portvals != 0xb)

Completed in 58 milliseconds