Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x540.c498 flup = IXGBE_READ_REG(hw, IXGBE_EEC(hw)) | IXGBE_EEC_FLUP; in ixgbe_update_flash_X540()
511 flup |= IXGBE_EEC_FLUP; in ixgbe_update_flash_X540()
H A Dixgbe_type.h2007 #define IXGBE_EEC_FLUP 0x00800000 /* Flash update command */ macro