Lines Matching refs:CSR0_STOP
213 #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()
719 REGA(CSR0) = CSR0_STOP; in lance_interrupt()
757 REGA(CSR0) = CSR0_STOP; in lance_interrupt()
886 DREG = CSR0_STOP; in lance_close()
908 DREG = CSR0_STOP; /* Temporarily stop the lance. */ in set_multicast_list()