Lines Matching refs:CSR0_STOP
314 #define CSR0_STOP 0x0004 /* stop (RS) */ macro
510 ioaddr[0] = CSR0_INIT | CSR0_STOP; in lance_probe1()
511 if (ioaddr[0] != CSR0_STOP) { in lance_probe1()
517 ioaddr[0] = CSR0_STOP; in lance_probe1()
518 if (ioaddr[0] != CSR0_STOP) { in lance_probe1()
538 REGA( CSR0 ) = CSR0_STOP; in lance_probe1()
665 DREG = CSR0_STOP; in lance_open()
738 DREG = CSR0_STOP; in lance_tx_timeout()
872 DREG = csr0 & ~(CSR0_INIT | CSR0_STRT | CSR0_STOP | in lance_interrupt()
1062 DREG = CSR0_STOP; in lance_close()
1085 DREG = CSR0_STOP; /* Temporarily stop the lance. */ in set_multicast_list()