Searched refs:CSR0_STOP (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/amd/ |
D | sun3lance.c | 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() [all …]
|
D | atarilance.c | 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() [all …]
|
D | pcnet32.c | 195 #define CSR0_STOP 0x4 macro 763 lp->a->write_csr(ioaddr, CSR0, CSR0_STOP); in pcnet32_set_link_ksettings() 893 lp->a->write_csr(ioaddr, CSR0, CSR0_STOP); /* stop the chip */ in pcnet32_set_ringparam() 989 lp->a->write_csr(ioaddr, CSR0, CSR0_STOP); /* stop the chip */ in pcnet32_loopback_test() 1003 lp->a->write_csr(ioaddr, CSR0, CSR0_STOP); /* Set STOP bit */ in pcnet32_loopback_test() 1076 lp->a->write_csr(ioaddr, CSR0, CSR0_STOP); /* Set STOP bit */ in pcnet32_loopback_test() 1444 if (!(csr0 & CSR0_STOP)) /* If not stopped */ in pcnet32_get_regs() 1481 if (!(csr0 & CSR0_STOP)) /* If not stopped */ in pcnet32_get_regs() 2429 if (lp->a->read_csr(ioaddr, CSR0) & CSR0_STOP) in pcnet32_restart() 2460 lp->a->write_csr(ioaddr, CSR0, CSR0_STOP); in pcnet32_tx_timeout() [all …]
|