Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c655 u32 gheccr; in ixgbe_reset_hw_82598() local
746 gheccr = IXGBE_READ_REG(hw, IXGBE_GHECCR); in ixgbe_reset_hw_82598()
747 gheccr &= ~(BIT(21) | BIT(18) | BIT(9) | BIT(6)); in ixgbe_reset_hw_82598()
748 IXGBE_WRITE_REG(hw, IXGBE_GHECCR, gheccr); in ixgbe_reset_hw_82598()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c655 u32 gheccr; in ixgbe_reset_hw_82598() local
746 gheccr = IXGBE_READ_REG(hw, IXGBE_GHECCR); in ixgbe_reset_hw_82598()
747 gheccr &= ~(BIT(21) | BIT(18) | BIT(9) | BIT(6)); in ixgbe_reset_hw_82598()
748 IXGBE_WRITE_REG(hw, IXGBE_GHECCR, gheccr); in ixgbe_reset_hw_82598()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_82598.c655 u32 gheccr; in ixgbe_reset_hw_82598() local
746 gheccr = IXGBE_READ_REG(hw, IXGBE_GHECCR); in ixgbe_reset_hw_82598()
747 gheccr &= ~(BIT(21) | BIT(18) | BIT(9) | BIT(6)); in ixgbe_reset_hw_82598()
748 IXGBE_WRITE_REG(hw, IXGBE_GHECCR, gheccr); in ixgbe_reset_hw_82598()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/ixgbe/
H A Dixgbe_82598.c806 u32 gheccr; in ixgbe_reset_hw_82598() local
898 gheccr = IXGBE_READ_REG(hw, IXGBE_GHECCR); in ixgbe_reset_hw_82598()
899 gheccr &= ~((1 << 21) | (1 << 18) | (1 << 9) | (1 << 6)); in ixgbe_reset_hw_82598()
900 IXGBE_WRITE_REG(hw, IXGBE_GHECCR, gheccr); in ixgbe_reset_hw_82598()