Home
last modified time | relevance | path

Searched refs:CSR0_STRT (Results 1 – 11 of 11) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dsun3lance.c219 #define CSR0_STRT 0x0002 /* start (RS) */ macro
411 DREG = CSR0_IDON | CSR0_STRT | CSR0_INEA; in lance_open()
526 REGA( CSR0 ) = CSR0_INEA | CSR0_INIT | CSR0_STRT; in lance_start_xmit()
559 REGA( CSR0 ) = CSR0_INIT | CSR0_STRT; in lance_start_xmit()
608 REGA(CSR0) = CSR0_INEA | CSR0_TDMD | CSR0_STRT; in lance_start_xmit()
694 REGA(CSR0) = CSR0_STRT | CSR0_INEA; in lance_interrupt()
732 REGA(CSR0) = CSR0_STRT | CSR0_INEA; in lance_interrupt()
923 REGA( CSR0 ) = CSR0_IDON | CSR0_INEA | CSR0_STRT; in set_multicast_list()
Datarilance.c319 #define CSR0_STRT 0x0002 /* start (RS) */ macro
674 DREG = CSR0_STRT; in lance_open()
771 REGA( CSR0 ) = CSR0_INEA | CSR0_INIT | CSR0_STRT; in lance_tx_timeout()
884 DREG = csr0 & ~(CSR0_INIT | CSR0_STRT | CSR0_STOP | in lance_interrupt()
919 DREG = CSR0_STRT; in lance_interrupt()
957 DREG = CSR0_STRT; in lance_interrupt()
1137 REGA( CSR0 ) = CSR0_IDON | CSR0_INEA | CSR0_STRT; in set_multicast_list()
Dbagetlance.c307 #define CSR0_STRT 0x0002 /* start (RS) */ macro
760 DREG = CSR0_STRT;
885 REGA( CSR0 ) = CSR0_INEA | CSR0_INIT | CSR0_STRT;
1002 DREG = csr0 & ~(CSR0_INIT | CSR0_STRT | CSR0_STOP |
1044 DREG = CSR0_STRT;
1081 DREG = CSR0_STRT;
1292 REGA( CSR0 ) = CSR0_IDON | CSR0_INEA | CSR0_STRT;
Dsk_g16.h47 #define CSR0_STRT 0x0002 /* Start (RS) */ macro
Dni65.h33 #define CSR0_STRT 0x0002 /* Start (RS) */ macro
Dam79c961a.h32 #define CSR0_STRT 0x0002 macro
Dsk_mca.h100 #define CSR0_STRT 0x0002 /* start LANCE */ macro
Dni65.c700 writedatareg(CSR0_STRT | csr0); in ni65_stop_start()
722 writedatareg(CSR0_STRT | csr0); in ni65_stop_start()
797 writedatareg(CSR0_CLRALL | CSR0_INEA | CSR0_STRT); in ni65_lance_reinit()
Dam79c961a.c257 write_rreg (dev->base_addr, CSR0, CSR0_IENA|CSR0_STRT); in am79c961_init_for_open()
Dsk_mca.c582 SetLANCE(dev, LANCE_CSR0, oldcsr0 | CSR0_IDON | CSR0_STRT); in irqstart_handler()
Dsk_g16.c1217 SK_write_reg(CSR0, CSR0_IDON | CSR0_INEA | CSR0_STRT); in SK_lance_init()