Searched refs:onbits (Results 1 – 1 of 1) sorted by relevance
130 * Poll gameport; return true if all bits set in 'onbits' are on and134 static inline int poll_until(u8 onbits, u8 offbits, int u_sec, struct gameport* gp, u8 *data) in poll_until() argument 141 if ((*data & onbits) == onbits && in poll_until()