Home
last modified time | relevance | path

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

/drivers/net/
Dariadne.c324 lance->RDP = INEA|STRT; in ariadne_open()
409 lance->RDP = INEA|STRT; in ariadne_reset()
437 lance->RDP = csr0 & ~(INEA|TDMD|STOP|STRT|INIT); in ariadne_interrupt()
456 if (csr0 & STRT) in ariadne_interrupt()
515 lance->RDP = STRT; in ariadne_interrupt()
557 lance->RDP = STRT; in ariadne_interrupt()
829 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.c1218 outw(IDON | INEA | STRT, DEPCA_DATA); in InitRestartDepca()