Searched refs:RESETflag (Results 1 – 5 of 5) sorted by relevance
159 if ((status & 0x9D) != (NORXflag | RECONflag | TXFREEflag | RESETflag)) { in com90io_probe()174 if (status & RESETflag) { in com90io_probe()
315 != (NORXflag | RECONflag | TXFREEflag | RESETflag)) { in com90xx_probe()327 if (status & RESETflag) { in com90xx_probe()
141 #define RESETflag 0x10 /* power-on-reset */ macro
582 if (lp->hw.status(dev) & RESETflag) { in arcnet_open()878 if (lp->hw.status(dev) & RESETflag) in arcnet_interrupt()903 if (status & RESETflag) { in arcnet_interrupt()
128 if ((status & 0x99) != (NORXflag | TXFREEflag | RESETflag)) { in com20020_check()