Home
last modified time | relevance | path

Searched refs:CSR0_TDMD (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/amd/
Dni65.h31 #define CSR0_TDMD 0x0008 /* Transmit Demand (RS) */ macro
Datarilance.c315 #define CSR0_TDMD 0x0008 /* transmit demand (RS) */ macro
832 DREG = CSR0_INEA | CSR0_TDMD; in lance_start_xmit()
870 CSR0_TDMD | CSR0_INEA); in lance_interrupt()
Dsun3lance.c215 #define CSR0_TDMD 0x0008 /* transmit demand (RS) */ macro
633 REGA(CSR0) = CSR0_INEA | CSR0_TDMD | CSR0_STRT; in lance_start_xmit()
Dni65.c770 writedatareg(CSR0_TDMD | CSR0_INEA | csr0); in ni65_stop_start()
1200 writedatareg(CSR0_TDMD | CSR0_INEA); /* enable xmit & interrupt */ in ni65_send_packet()