Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/amd/
Dsun3lance.c212 #define CSR0_STRT 0x0002 /* start (RS) */ macro
442 DREG = CSR0_IDON | CSR0_STRT | CSR0_INEA; in lance_open()
559 REGA( CSR0 ) = CSR0_INEA | CSR0_INIT | CSR0_STRT; in lance_start_xmit()
591 REGA( CSR0 ) = CSR0_INIT | CSR0_STRT; in lance_start_xmit()
635 REGA(CSR0) = CSR0_INEA | CSR0_TDMD | CSR0_STRT; in lance_start_xmit()
720 REGA(CSR0) = CSR0_STRT | CSR0_INEA; in lance_interrupt()
758 REGA(CSR0) = CSR0_STRT | CSR0_INEA; in lance_interrupt()
932 REGA( CSR0 ) = CSR0_IDON | CSR0_INEA | CSR0_STRT; in set_multicast_list()
Datarilance.c313 #define CSR0_STRT 0x0002 /* start (RS) */ macro
669 DREG = CSR0_STRT; in lance_open()
766 REGA( CSR0 ) = CSR0_INEA | CSR0_INIT | CSR0_STRT; in lance_tx_timeout()
872 DREG = csr0 & ~(CSR0_INIT | CSR0_STRT | CSR0_STOP | in lance_interrupt()
907 DREG = CSR0_STRT; in lance_interrupt()
945 DREG = CSR0_STRT; in lance_interrupt()
1111 REGA( CSR0 ) = CSR0_IDON | CSR0_INEA | CSR0_STRT; in set_multicast_list()
Dni65.h33 #define CSR0_STRT 0x0002 /* Start (RS) */ macro
Dam79c961a.h32 #define CSR0_STRT 0x0002 macro
Dni65.c766 writedatareg(CSR0_STRT | csr0); in ni65_stop_start()
788 writedatareg(CSR0_STRT | csr0); in ni65_stop_start()
863 writedatareg(CSR0_CLRALL | CSR0_INEA | CSR0_STRT); in ni65_lance_reinit()
Dam79c961a.c302 write_rreg (dev->base_addr, CSR0, CSR0_IENA|CSR0_STRT); in am79c961_init_for_open()