Searched refs:TPLnkFail (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/dec/tulip/
H A Dpnic.c61 if (ioread32(ioaddr + CSR5) & TPLnkFail) {
62 iowrite32((ioread32(ioaddr + CSR7) & ~TPLnkFail) | TPLnkPass, ioaddr + CSR7);
83 iowrite32((ioread32(ioaddr + CSR7) & ~TPLnkPass) | TPLnkFail, ioaddr + CSR7);
124 } else if (csr5 & TPLnkFail) { /* 100baseTx link beat */
H A Dpnic2.c319 (csr12 & 2) == 2) || (tp->nway && (csr5 & (TPLnkFail)))) {
H A Dinterrupt.c705 if (csr5 & (TPLnkPass | TPLnkFail | 0x08000000)) {
780 TPLnkFail |
H A D21142.c217 (tp->nway && (csr5 & (TPLnkFail)))) {
H A Dtulip.h142 TPLnkFail = 0x1000, enumerator in enum:status_bits

Completed in 115 milliseconds