Home
last modified time | relevance | path

Searched refs:RESETflag (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/net/arcnet/
Dcom90io.c180 if ((status & 0x9D) != (NORXflag | RECONflag | TXFREEflag | RESETflag)) { in com90io_probe()
192 if (status & RESETflag) { in com90io_probe()
Darcnet.c436 if (ASTATUS() & RESETflag) in arcnet_open()
735 if (ASTATUS() & RESETflag) in arcnet_interrupt()
755 if (status & RESETflag) { in arcnet_interrupt()
Dcom90xx.c293 != (NORXflag | RECONflag | TXFREEflag | RESETflag)) { in com90xx_probe()
304 if (status & RESETflag) { in com90xx_probe()
Dcom20020.c124 if ((status & 0x99) != (NORXflag | TXFREEflag | RESETflag)) { in com20020_check()
/linux-2.4.37.9/include/linux/
Darcdevice.h138 #define RESETflag 0x10 /* power-on-reset */ macro