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