Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dariadne.c321 lance->RDP = INEA|STRT; in ariadne_open()
407 lance->RDP = INEA|STRT; in ariadne_reset()
434 lance->RDP = csr0 & ~(INEA|TDMD|STOP|STRT|INIT); in ariadne_interrupt()
453 if (csr0 & STRT) in ariadne_interrupt()
509 lance->RDP = STRT; in ariadne_interrupt()
546 lance->RDP = STRT; in ariadne_interrupt()
833 lance->RDP = INEA|STRT|IDON; /* Resume normal operation. */ in set_multicast_list()
Ddepca.h63 #define STRT 0x0002 /* Start */ macro
Dariadne.h193 #define STRT 0x0200 /* Start */ macro
Ddepca.c1153 outw(IDON | INEA | STRT, DEPCA_DATA); in InitRestartDepca()