Home
last modified time | relevance | path

Searched refs:CSR0_INIT (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/amd/
Dsun3lance.c212 #define CSR0_INIT 0x0001 /* initialize (RS) */ macro
329 ioaddr_probe[0] = CSR0_INIT | CSR0_STOP; in lance_probe()
426 REGA(CSR0) = CSR0_INIT; in lance_open()
557 REGA( CSR0 ) = CSR0_INEA | CSR0_INIT | CSR0_STRT; in lance_start_xmit()
585 if(!(DREG & CSR0_INIT)) { in lance_start_xmit()
589 REGA( CSR0 ) = CSR0_INIT | CSR0_STRT; in lance_start_xmit()
Dni65.h34 #define CSR0_INIT 0x0001 /* Initialize (RS) */ macro
Datarilance.c312 #define CSR0_INIT 0x0001 /* initialize (RS) */ macro
506 ioaddr[0] = CSR0_INIT | CSR0_STOP; in lance_probe1()
651 REGA( CSR0 ) = CSR0_INIT; in lance_open()
762 REGA( CSR0 ) = CSR0_INEA | CSR0_INIT | CSR0_STRT; in lance_tx_timeout()
869 DREG = csr0 & ~(CSR0_INIT | CSR0_STRT | CSR0_STOP | in lance_interrupt()
Dni65.c535 writereg(CSR0_INIT|CSR0_INEA,CSR0); /* trigger interrupt */ in ni65_probe1()
590 writereg(CSR0_INIT,CSR0); /* this changes L_ADDRREG to CSR0 */ in ni65_init_lance()
Dpcnet32.c193 #define CSR0_INIT 0x1 macro
1922 a->write_csr(ioaddr, CSR0, CSR0_INTEN | CSR0_INIT); in pcnet32_probe1()
2266 lp->a->write_csr(ioaddr, CSR0, CSR0_INIT); in pcnet32_open()
2431 lp->a->write_csr(ioaddr, CSR0, CSR0_INIT); in pcnet32_restart()