Home
last modified time | relevance | path

Searched refs:CSR0_MERR (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/amd/
Dni65.h23 #define CSR0_MERR 0x0800 /* Memory Error (RC) */ macro
Dam79c961a.h42 #define CSR0_MERR 0x0800 macro
Dsun3lance.c222 #define CSR0_MERR 0x0800 /* memory error (RC) */ macro
680 DREG = CSR0_BABL | CSR0_MERR | CSR0_CERR | CSR0_MISS; in lance_interrupt()
751 if (csr0 & CSR0_MERR) { in lance_interrupt()
Datarilance.c323 #define CSR0_MERR 0x0800 /* memory error (RC) */ macro
941 if (csr0 & CSR0_MERR) { in lance_interrupt()
950 DREG = CSR0_BABL | CSR0_CERR | CSR0_MISS | CSR0_MERR | in lance_interrupt()
Dam79c961a.c247 …write_rreg (dev->base_addr, CSR0, CSR0_BABL|CSR0_CERR|CSR0_MISS|CSR0_MERR|CSR0_TINT|CSR0_RINT|CSR0… in am79c961_init_for_open()
599 CSR0_MERR|CSR0_MISS|CSR0_CERR|CSR0_BABL)); in am79c961_interrupt()
Dni65.c598 if(inw(PORT+L_DATAREG) & (CSR0_IDON | CSR0_MERR) ) in ni65_init_lance()
917 if(csr0 & CSR0_MERR) { in ni65_interrupt()