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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/macintosh/
H A Dvia-macii.c121 static int command_byte; /* the most recent command byte transmitted */ variable
211 device_mask = (1 << (((command_byte & 0xF0) >> 4) + 1)) - 1;
312 if ((command_byte & 0x0F) == 0x0C &&
313 ((1 << ((command_byte & 0xF0) >> 4)) & autopoll_devs))
360 command_byte = req->data[1];

Completed in 10 milliseconds