Searched refs:TXGBE_ICR (Results 1 – 2 of 2) sorted by relevance
542 wr32(hw, TXGBE_ICR(0), TXGBE_ICR_MASK); in txgbe_stop_hw()543 wr32(hw, TXGBE_ICR(1), TXGBE_ICR_MASK); in txgbe_stop_hw()
1221 #define TXGBE_ICR(i) (0x000120 + (i) * 4) /* 0-1 */ macro