Lines Matching refs:CSR0_STOP
214 #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()
421 REGA(CSR0) = CSR0_STOP; in lance_open()
435 DREG = CSR0_STOP; in lance_open()
530 DREG = CSR0_STOP; in lance_start_xmit()
587 REGA( CSR0 ) = CSR0_STOP; in lance_start_xmit()
705 REGA(CSR0) = CSR0_STOP; in lance_interrupt()
743 REGA(CSR0) = CSR0_STOP; in lance_interrupt()
871 DREG = CSR0_STOP; in lance_close()
893 DREG = CSR0_STOP; /* Temporarily stop the lance. */ in set_multicast_list()