Searched refs:RESETflag (Results 1 – 5 of 5) sorted by relevance
180 if ((status & 0x9D) != (NORXflag | RECONflag | TXFREEflag | RESETflag)) { in com90io_probe()192 if (status & RESETflag) { in com90io_probe()
436 if (ASTATUS() & RESETflag) in arcnet_open()735 if (ASTATUS() & RESETflag) in arcnet_interrupt()755 if (status & RESETflag) { in arcnet_interrupt()
293 != (NORXflag | RECONflag | TXFREEflag | RESETflag)) { in com90xx_probe()304 if (status & RESETflag) { in com90xx_probe()
124 if ((status & 0x99) != (NORXflag | TXFREEflag | RESETflag)) { in com20020_check()
138 #define RESETflag 0x10 /* power-on-reset */ macro