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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arcnet/
H A Dcom20020-isa.c83 * card has just reset and the NORXflag is on until
89 outb(NORXflag, _INTMASK);
97 outb(NORXflag, _INTMASK);
H A Dcom90io.c176 if ((status & 0x9D) != (NORXflag | RECONflag | TXFREEflag | RESETflag)) {
207 * card has just reset and the NORXflag is on until
212 outb(NORXflag, _INTMASK);
H A Dcom90xx.c321 != (NORXflag | RECONflag | TXFREEflag | RESETflag)) {
345 * card has just reset and the NORXflag is on until
349 AINTMASK(NORXflag);
H A Dcom20020.c124 if ((status & 0x99) != (NORXflag | TXFREEflag | RESETflag)) {
H A Darcnet.c456 lp->intmask = NORXflag | RECONflag;
818 if (status & lp->intmask & NORXflag) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Darcdevice.h142 #define NORXflag 0x80 /* receiver inhibited */ macro

Completed in 53 milliseconds