Searched refs:RX_DMA_CTL_STAT (Results 1 – 2 of 2) sorted by relevance
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(channel), 0); in niu_reset_one_rx_channel()
2060 #define RX_DMA_CTL_STAT(IDX) (DMC + 0x00070UL + (IDX) * 0x200UL) macro