Searched refs:svrtype (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/char/
H A Dstallion.c3201 unsigned char svrtype; local
3207 svrtype = inb(iobase + EREG_DATA);
3210 svrtype |= inb(iobase + EREG_DATA);
3213 if (svrtype & SVRR_RX)
3215 else if (svrtype & SVRR_TX)
3217 else if (svrtype & SVRR_MDM)
3231 unsigned char svrtype; local
3236 svrtype = inb(iobase + EREG_DATA);
3238 svrtype |= inb(iobase + EREG_DATA);
3239 if (svrtype
[all...]

Completed in 24 milliseconds