Searched refs:gc_status_bit (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 Dgamecon.c104 static const int gc_status_bit[] = { 0x40, 0x80, 0x20, 0x10, 0x08 }; variable
235 s = gc_status_bit[i];
390 s = gc_status_bit[i];
498 s = gc_status_bit[i];
584 data[j] |= (read & gc_status_bit[j]) ? (1 << i) : 0;

Completed in 109 milliseconds