Lines Matching refs:CSR0_STOP
213 #define CSR0_STOP 0x0004 /* stop (RS) */ macro
332 ioaddr_probe[0] = CSR0_INIT | CSR0_STOP; in lance_probe()
334 if(ioaddr_probe[0] != CSR0_STOP) { in lance_probe()
359 REGA(CSR0) = CSR0_STOP; in lance_probe()
424 REGA(CSR0) = CSR0_STOP; in lance_open()
438 DREG = CSR0_STOP; in lance_open()
532 DREG = CSR0_STOP; in lance_start_xmit()
589 REGA( CSR0 ) = CSR0_STOP; in lance_start_xmit()
717 REGA(CSR0) = CSR0_STOP; in lance_interrupt()
755 REGA(CSR0) = CSR0_STOP; in lance_interrupt()
884 DREG = CSR0_STOP; in lance_close()
906 DREG = CSR0_STOP; /* Temporarily stop the lance. */ in set_multicast_list()