Searched refs:RESETflag (Results 1 – 5 of 5) sorted by relevance
176 if ((status & 0x9D) != (NORXflag | RECONflag | TXFREEflag | RESETflag)) { in com90io_probe()188 if (status & RESETflag) { in com90io_probe()
435 if (ASTATUS() & RESETflag) { in arcnet_open()721 if (ASTATUS() & RESETflag) in arcnet_interrupt()746 if (status & RESETflag) { in arcnet_interrupt()
323 != (NORXflag | RECONflag | TXFREEflag | RESETflag)) { in com90xx_probe()333 if (status & RESETflag) { in com90xx_probe()
124 if ((status & 0x99) != (NORXflag | TXFREEflag | RESETflag)) { in com20020_check()
136 #define RESETflag 0x10 /* power-on-reset */ macro