Searched refs:IXGBE_EEC_CS (Results 1 – 2 of 2) sorted by relevance
1361 eec &= ~(IXGBE_EEC_CS | IXGBE_EEC_SK); in ixgbe_acquire_eeprom()1510 eec |= IXGBE_EEC_CS; in ixgbe_standby_eeprom()1514 eec &= ~IXGBE_EEC_CS; in ixgbe_standby_eeprom()1657 eec |= IXGBE_EEC_CS; /* Pull CS high */ in ixgbe_release_eeprom()
1996 #define IXGBE_EEC_CS 0x00000002 /* EEPROM Chip Select */ macro