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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dstallion.c3404 unsigned char svrtype; local
3410 svrtype = inb(iobase + EREG_DATA);
3413 svrtype |= inb(iobase + EREG_DATA);
3416 if (svrtype & SVRR_RX)
3418 else if (svrtype & SVRR_TX)
3420 else if (svrtype & SVRR_MDM)
3434 unsigned char svrtype; local
3439 svrtype = inb(iobase + EREG_DATA);
3441 svrtype |= inb(iobase + EREG_DATA);
3442 if (svrtype
[all...]

Completed in 48 milliseconds