Home
last modified time | relevance | path

Searched refs:gheccr (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/dev/pci/ixgbe/
Dixgbe_82598.c821 u32 gheccr; in ixgbe_reset_hw_82598() local
912 gheccr = IXGBE_READ_REG(hw, IXGBE_GHECCR); in ixgbe_reset_hw_82598()
913 gheccr &= ~((1 << 21) | (1 << 18) | (1 << 9) | (1 << 6)); in ixgbe_reset_hw_82598()
914 IXGBE_WRITE_REG(hw, IXGBE_GHECCR, gheccr); in ixgbe_reset_hw_82598()