Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c1859 eec &= ~(IXGBE_EEC_CS | IXGBE_EEC_SK); in ixgbe_acquire_eeprom()
2033 eec |= IXGBE_EEC_CS; in ixgbe_standby_eeprom()
2037 eec &= ~IXGBE_EEC_CS; in ixgbe_standby_eeprom()
2190 eec |= IXGBE_EEC_CS; /* Pull CS high */ in ixgbe_release_eeprom()
H A Dixgbe_type.h2290 #define IXGBE_EEC_CS 0x00000002 /* EEPROM Chip Select */ macro