Searched refs:TDMA_DESC_RING_INTR_CONTROL (Results 1 – 2 of 2) sorted by relevance
464 reg = tdma_readl(priv, TDMA_DESC_RING_INTR_CONTROL(0)); in bcm_sysport_get_coalesce()499 reg = tdma_readl(priv, TDMA_DESC_RING_INTR_CONTROL(i)); in bcm_sysport_set_coalesce()505 tdma_writel(priv, reg, TDMA_DESC_RING_INTR_CONTROL(i)); in bcm_sysport_set_coalesce()1230 tdma_writel(priv, 1, TDMA_DESC_RING_INTR_CONTROL(index)); in bcm_sysport_init_tx_ring()
401 #define TDMA_DESC_RING_INTR_CONTROL(i) (TDMA_DESC_RING_BASE(i) + \ macro