Searched refs:RX_DMA_CTL_STAT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | niu.c | 3686 stat = nr64(RX_DMA_CTL_STAT(rp->rx_channel)); in niu_rx_work() 3718 nw64(RX_DMA_CTL_STAT(rp->rx_channel), stat); in niu_rx_work() 3816 u64 stat = nr64(RX_DMA_CTL_STAT(rp->rx_channel)); in niu_rx_error() 3832 nw64(RX_DMA_CTL_STAT(rp->rx_channel), in niu_rx_error() 4080 nw64(RX_DMA_CTL_STAT(rp->rx_channel), in niu_slowpath_interrupt() 4131 nw64(RX_DMA_CTL_STAT(rp->rx_channel), stat_write); in niu_rxchan_intr() 4922 nw64(RX_DMA_CTL_STAT(channel), in niu_init_one_rx_channel() 4952 val = nr64(RX_DMA_CTL_STAT(channel)); in niu_init_one_rx_channel() 4954 nw64(RX_DMA_CTL_STAT(channel), val); in niu_init_one_rx_channel() 5873 nw64(RX_DMA_CTL_STAT(channe in niu_reset_one_rx_channel() [all...] |
H A D | niu.h | 2060 #define RX_DMA_CTL_STAT(IDX) (DMC + 0x00070UL + (IDX) * 0x200UL) macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | niu.c | 3705 stat = nr64(RX_DMA_CTL_STAT(rp->rx_channel)); in niu_rx_work() 3737 nw64(RX_DMA_CTL_STAT(rp->rx_channel), stat); in niu_rx_work() 3835 u64 stat = nr64(RX_DMA_CTL_STAT(rp->rx_channel)); in niu_rx_error() 3851 nw64(RX_DMA_CTL_STAT(rp->rx_channel), in niu_rx_error() 4099 nw64(RX_DMA_CTL_STAT(rp->rx_channel), in niu_slowpath_interrupt() 4150 nw64(RX_DMA_CTL_STAT(rp->rx_channel), stat_write); in niu_rxchan_intr() 4941 nw64(RX_DMA_CTL_STAT(channel), in niu_init_one_rx_channel() 4971 val = nr64(RX_DMA_CTL_STAT(channel)); in niu_init_one_rx_channel() 4973 nw64(RX_DMA_CTL_STAT(channel), val); in niu_init_one_rx_channel() 5892 nw64(RX_DMA_CTL_STAT(channe in niu_reset_one_rx_channel() [all...] |
H A D | niu.h | 2060 #define RX_DMA_CTL_STAT(IDX) (DMC + 0x00070UL + (IDX) * 0x200UL) macro
|
Completed in 38 milliseconds