Lines Matching refs:CSR0_STOP
215 #define CSR0_STOP 0x0004 /* stop (RS) */ macro
329 ioaddr_probe[0] = CSR0_INIT | CSR0_STOP; in lance_probe()
331 if(ioaddr_probe[0] != CSR0_STOP) { in lance_probe()
356 REGA(CSR0) = CSR0_STOP; in lance_probe()
420 REGA(CSR0) = CSR0_STOP; in lance_open()
434 DREG = CSR0_STOP; in lance_open()
529 DREG = CSR0_STOP; in lance_start_xmit()
586 REGA( CSR0 ) = CSR0_STOP; in lance_start_xmit()
704 REGA(CSR0) = CSR0_STOP; in lance_interrupt()
742 REGA(CSR0) = CSR0_STOP; in lance_interrupt()
870 DREG = CSR0_STOP; in lance_close()
892 DREG = CSR0_STOP; /* Temporarily stop the lance. */ in set_multicast_list()