Lines Matching refs:CSR0_STOP
314 #define CSR0_STOP 0x0004 /* stop (RS) */ macro
509 ioaddr[0] = CSR0_INIT | CSR0_STOP; in lance_probe1()
510 if (ioaddr[0] != CSR0_STOP) { in lance_probe1()
516 ioaddr[0] = CSR0_STOP; in lance_probe1()
517 if (ioaddr[0] != CSR0_STOP) { in lance_probe1()
537 REGA( CSR0 ) = CSR0_STOP; in lance_probe1()
664 DREG = CSR0_STOP; in lance_open()
737 DREG = CSR0_STOP; in lance_tx_timeout()
871 DREG = csr0 & ~(CSR0_INIT | CSR0_STRT | CSR0_STOP | in lance_interrupt()
1057 DREG = CSR0_STOP; in lance_close()
1080 DREG = CSR0_STOP; /* Temporarily stop the lance. */ in set_multicast_list()