| 1818 | } |
| 1819 | |
| 1820 | static inline void |
| 1821 | wr32(struct txgbe_hw *hw, u32 reg, u32 val) |
| 1822 | { |
| 1823 | if (reg == TXGBE_REG_DUMMY) |
| 1824 | return; |
| 1825 | txgbe_set32(TXGBE_REG_ADDR(hw, reg), val); |
| 1826 | } |
| 1827 | |
| 1828 | static inline u32 |
| 1829 | rd32m(struct txgbe_hw *hw, u32 reg, u32 mask) |
no test coverage detected