Searched refs:CSR0_INEA (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dni65.h28 #define CSR0_INEA 0x0040 /* Interrupt Enable (RW) */ macro
H A Dsun3lance.c219 #define CSR0_INEA 0x0040 /* interrupt enable (RW) */ macro
441 DREG = CSR0_IDON | CSR0_STRT | CSR0_INEA;
558 REGA( CSR0 ) = CSR0_INEA | CSR0_INIT | CSR0_STRT;
625 REGA(CSR0) = CSR0_INEA | CSR0_TDMD | CSR0_STRT;
711 REGA(CSR0) = CSR0_STRT | CSR0_INEA;
749 REGA(CSR0) = CSR0_STRT | CSR0_INEA;
755 // CSR0_IDON | CSR0_INEA;
757 REGA(CSR0) = CSR0_INEA;
921 REGA( CSR0 ) = CSR0_IDON | CSR0_INEA | CSR0_STRT;
H A Datarilance.c320 #define CSR0_INEA 0x0040 /* interrupt enable (RW) */ macro
679 DREG = CSR0_INEA;
774 REGA( CSR0 ) = CSR0_INEA | CSR0_INIT | CSR0_STRT;
849 DREG = CSR0_INEA | CSR0_TDMD;
888 CSR0_TDMD | CSR0_INEA);
965 CSR0_IDON | CSR0_INEA;
1139 REGA( CSR0 ) = CSR0_IDON | CSR0_INEA | CSR0_STRT;
H A Dni65.c506 writereg(CSR0_INIT|CSR0_INEA,CSR0); /* trigger interrupt */
701 int csr0 = CSR0_INEA;
750 writedatareg(CSR0_TDMD | CSR0_INEA | csr0);
838 writedatareg(CSR0_CLRALL | CSR0_INEA | CSR0_STRT);
865 writedatareg( (csr0 & CSR0_CLRALL) | CSR0_INEA ); /* ack interrupts, interrupts enabled */
948 writedatareg(CSR0_INEA);
1174 writedatareg(CSR0_TDMD | CSR0_INEA); /* enable xmit & interrupt */

Completed in 58 milliseconds