Searched refs:RX_DMA_CTL_STAT (Results 1 – 2 of 2) sorted by relevance
3700 stat = nr64(RX_DMA_CTL_STAT(rp->rx_channel)); in niu_rx_work()3732 nw64(RX_DMA_CTL_STAT(rp->rx_channel), stat); in niu_rx_work()3830 u64 stat = nr64(RX_DMA_CTL_STAT(rp->rx_channel)); in niu_rx_error()3846 nw64(RX_DMA_CTL_STAT(rp->rx_channel), in niu_rx_error()4096 nw64(RX_DMA_CTL_STAT(rp->rx_channel), in niu_slowpath_interrupt()4147 nw64(RX_DMA_CTL_STAT(rp->rx_channel), stat_write); in niu_rxchan_intr()4938 nw64(RX_DMA_CTL_STAT(channel), in niu_init_one_rx_channel()4968 val = nr64(RX_DMA_CTL_STAT(channel)); in niu_init_one_rx_channel()4970 nw64(RX_DMA_CTL_STAT(channel), val); in niu_init_one_rx_channel()5889 nw64(RX_DMA_CTL_STAT(channel), 0); in niu_reset_one_rx_channel()
2059 #define RX_DMA_CTL_STAT(IDX) (DMC + 0x00070UL + (IDX) * 0x200UL) macro