Lines Matching refs:CSR0_STOP
214 #define CSR0_STOP 0x0004 /* stop (RS) */ macro
328 ioaddr_probe[0] = CSR0_INIT | CSR0_STOP; in lance_probe()
330 if(ioaddr_probe[0] != CSR0_STOP) { in lance_probe()
355 REGA(CSR0) = CSR0_STOP; in lance_probe()
419 REGA(CSR0) = CSR0_STOP; in lance_open()
433 DREG = CSR0_STOP; in lance_open()
528 DREG = CSR0_STOP; in lance_start_xmit()
585 REGA( CSR0 ) = CSR0_STOP; in lance_start_xmit()
703 REGA(CSR0) = CSR0_STOP; in lance_interrupt()
741 REGA(CSR0) = CSR0_STOP; in lance_interrupt()
869 DREG = CSR0_STOP; in lance_close()
891 DREG = CSR0_STOP; /* Temporarily stop the lance. */ in set_multicast_list()