Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/
Dixgbe_82598.c823 uint32_t gheccr; in ixgbe_reset_hw_82598() local
915 gheccr = IXGBE_READ_REG(hw, IXGBE_GHECCR); in ixgbe_reset_hw_82598()
916 gheccr &= ~((1 << 21) | (1 << 18) | (1 << 9) | (1 << 6)); in ixgbe_reset_hw_82598()
917 IXGBE_WRITE_REG(hw, IXGBE_GHECCR, gheccr); in ixgbe_reset_hw_82598()