Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/arcnet/
Dcom90io.c176 if ((status & 0x9D) != (NORXflag | RECONflag | TXFREEflag | RESETflag)) { in com90io_probe()
188 if (status & RESETflag) { in com90io_probe()
Darcnet.c435 if (ASTATUS() & RESETflag) { in arcnet_open()
721 if (ASTATUS() & RESETflag) in arcnet_interrupt()
746 if (status & RESETflag) { in arcnet_interrupt()
Dcom90xx.c323 != (NORXflag | RECONflag | TXFREEflag | RESETflag)) { in com90xx_probe()
333 if (status & RESETflag) { in com90xx_probe()
Dcom20020.c124 if ((status & 0x99) != (NORXflag | TXFREEflag | RESETflag)) { in com20020_check()
/linux-4.1.27/include/linux/
Darcdevice.h136 #define RESETflag 0x10 /* power-on-reset */ macro