Lines Matching refs:CSR0_STOP
314 #define CSR0_STOP 0x0004 /* stop (RS) */ macro
507 ioaddr[0] = CSR0_INIT | CSR0_STOP; in lance_probe1()
508 if (ioaddr[0] != CSR0_STOP) { in lance_probe1()
514 ioaddr[0] = CSR0_STOP; in lance_probe1()
515 if (ioaddr[0] != CSR0_STOP) { in lance_probe1()
535 REGA( CSR0 ) = CSR0_STOP; in lance_probe1()
664 DREG = CSR0_STOP; in lance_open()
737 DREG = CSR0_STOP; in lance_tx_timeout()
872 DREG = csr0 & ~(CSR0_INIT | CSR0_STRT | CSR0_STOP | in lance_interrupt()
1058 DREG = CSR0_STOP; in lance_close()
1081 DREG = CSR0_STOP; /* Temporarily stop the lance. */ in set_multicast_list()