Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/
Dariadne.c330 lance->RDP = INEA|STRT; in ariadne_open()
415 lance->RDP = INEA|STRT; in ariadne_reset()
438 lance->RDP = csr0 & ~(INEA|TDMD|STOP|STRT|INIT); in ariadne_interrupt()
457 if (csr0 & STRT) in ariadne_interrupt()
516 lance->RDP = STRT; in ariadne_interrupt()
558 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.c1225 outw(IDON | INEA | STRT, DEPCA_DATA); in InitRestartDepca()