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