Searched defs:CSR0_ERR (Results 1 - 4 of 4) sorted by relevance

/drivers/net/ethernet/amd/
H A Dni65.h19 #define CSR0_ERR 0x8000 /* Error summary (R) */ macro
H A Dam79c961a.h46 #define CSR0_ERR 0x8000 macro
H A Dsun3lance.c226 #define CSR0_ERR 0x8000 /* error (RC) */ macro
435 if (i <= 0 || (DREG & CSR0_ERR)) {
679 if(csr0 & CSR0_ERR)
H A Datarilance.c327 #define CSR0_ERR 0x8000 /* error (RC) */ macro
662 if (i <= 0 || (DREG & CSR0_ERR)) {
868 while( ((csr0 = DREG) & (CSR0_ERR | CSR0_TINT | CSR0_RINT)) &&

Completed in 82 milliseconds