Home
last modified time | relevance | path

Searched refs:TX_CS (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/sun/
Dniu.c3886 cs = nr64(TX_CS(rp->tx_channel)); in niu_tx_error()
4159 rp->tx_cs = nr64(TX_CS(rp->tx_channel)); in niu_txchan_intr()
4563 u64 val = nr64(TX_CS(channel)); in niu_tx_cs_sng_poll()
4572 u64 val = nr64(TX_CS(channel)); in niu_tx_channel_stop()
4575 nw64(TX_CS(channel), val); in niu_tx_channel_stop()
4585 u64 val = nr64(TX_CS(channel)); in niu_tx_cs_reset_poll()
4594 u64 val = nr64(TX_CS(channel)); in niu_tx_channel_reset()
4598 nw64(TX_CS(channel), val); in niu_tx_channel_reset()
4719 nw64(TX_CS(channel), 0); in niu_init_one_tx_channel()
Dniu.h2196 #define TX_CS(IDX) (DMC + 0x40028UL + (IDX)*0x200UL) macro