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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dni65.h28 #define CSR0_INEA 0x0040 /* Interrupt Enable (RW) */ macro
H A Dsun3lance.c217 #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;
624 REGA(CSR0) = CSR0_INEA | CSR0_TDMD | CSR0_STRT;
709 REGA(CSR0) = CSR0_STRT | CSR0_INEA;
747 REGA(CSR0) = CSR0_STRT | CSR0_INEA;
753 // CSR0_IDON | CSR0_INEA;
755 REGA(CSR0) = CSR0_INEA;
909 REGA( CSR0 ) = CSR0_IDON | CSR0_INEA | CSR0_STRT;
H A Datarilance.c318 #define CSR0_INEA 0x0040 /* interrupt enable (RW) */ macro
672 DREG = CSR0_INEA;
767 REGA( CSR0 ) = CSR0_INEA | CSR0_INIT | CSR0_STRT;
836 DREG = CSR0_INEA | CSR0_TDMD;
874 CSR0_TDMD | CSR0_INEA);
951 CSR0_IDON | CSR0_INEA;
1113 REGA( CSR0 ) = CSR0_IDON | CSR0_INEA | CSR0_STRT;
H A Dni65.c516 writereg(CSR0_INIT|CSR0_INEA,CSR0); /* trigger interrupt */
706 int csr0 = CSR0_INEA;
755 writedatareg(CSR0_TDMD | CSR0_INEA | csr0);
843 writedatareg(CSR0_CLRALL | CSR0_INEA | CSR0_STRT);
870 writedatareg( (csr0 & CSR0_CLRALL) | CSR0_INEA ); /* ack interrupts, interrupts enabled */
951 writedatareg(CSR0_INEA);
1177 writedatareg(CSR0_TDMD | CSR0_INEA); /* enable xmit & interrupt */

Completed in 57 milliseconds