Searched refs:LD_IM0 (Results 1 – 2 of 2) sorted by relevance
253 mask_reg = LD_IM0(ldn); in niu_ldn_irq_enable()3760 nw64(LD_IM0(LDN_TXDMA(rp->tx_channel)), 0); in niu_poll_core()3775 nw64(LD_IM0(LDN_RXDMA(rp->rx_channel)), 0); in niu_poll_core()4181 nw64(LD_IM0(ldn), LD_IM0_MASK); in __niu_fastpath_interrupt()4193 nw64(LD_IM0(ldn), LD_IM0_MASK); in __niu_fastpath_interrupt()
38 #define LD_IM0(IDX) (PIO_IMASK0 + 0x00000UL + (IDX) * 0x2000UL) macro