Home
last modified time | relevance | path

Searched refs:INEA (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/amd/
Dariadne.c257 lance->RDP = csr0 & ~(INEA | TDMD | STOP | STRT | INIT); in ariadne_interrupt()
265 if (csr0 & INEA) in ariadne_interrupt()
383 lance->RDP = INEA | BABL | CERR | MISS | MERR | IDON; in ariadne_interrupt()
492 lance->RDP = INEA | STRT; in ariadne_open()
529 lance->RDP = INEA | STRT; in ariadne_reset()
610 lance->RDP = INEA | TDMD; in ariadne_start_xmit()
679 lance->RDP = INEA | STRT | IDON;/* Resume normal operation */ in set_multicast_list()
Ddepca.h58 #define INEA 0x0040 /* Interrupt Enable */ macro
Dariadne.h188 #define INEA 0x4000 /* Interrupt Enable */ macro
Ddepca.c777 outw(INEA | INIT, DEPCA_DATA); in depca_hw_init()
955 outw(INEA | TDMD, DEPCA_DATA); in depca_start_xmit()
1142 outw(INEA | TDMD, DEPCA_DATA); in depca_tx()
1225 outw(IDON | INEA | STRT, DEPCA_DATA); in InitRestartDepca()