Searched refs:portvals (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/input/joystick/
H A Dgrip_mp.c170 int portvals = 0; /* used for port value sanity check */ local
182 portvals |= 1 << ((raw_data >> 4) & 3); /* Demux B4, B5 */
185 if (portvals == 1) { /* B4, B5 off */
187 portvals = raw_data & 0xf0;
201 portvals |= raw_data >> 4; /* Compare B4-B7 before & after trigger */
203 if (portvals != 0xb)

Completed in 35 milliseconds