Lines Matching refs:CSR0_STOP
214 #define CSR0_STOP 0x0004 /* stop (RS) */ macro
333 ioaddr_probe[0] = CSR0_INIT | CSR0_STOP; in lance_probe()
335 if(ioaddr_probe[0] != CSR0_STOP) { in lance_probe()
360 REGA(CSR0) = CSR0_STOP; in lance_probe()
425 REGA(CSR0) = CSR0_STOP; in lance_open()
439 DREG = CSR0_STOP; in lance_open()
534 DREG = CSR0_STOP; in lance_start_xmit()
591 REGA( CSR0 ) = CSR0_STOP; in lance_start_xmit()
709 REGA(CSR0) = CSR0_STOP; in lance_interrupt()
747 REGA(CSR0) = CSR0_STOP; in lance_interrupt()
875 DREG = CSR0_STOP; in lance_close()
897 DREG = CSR0_STOP; /* Temporarily stop the lance. */ in set_multicast_list()