Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.c1311 eec &= ~(IXGBE_EEC_CS | IXGBE_EEC_SK); in ixgbe_acquire_eeprom()
1460 eec |= IXGBE_EEC_CS; in ixgbe_standby_eeprom()
1464 eec &= ~IXGBE_EEC_CS; in ixgbe_standby_eeprom()
1606 eec |= IXGBE_EEC_CS; /* Pull CS high */ in ixgbe_release_eeprom()
Dixgbe_type.h1782 #define IXGBE_EEC_CS 0x00000002 /* EEPROM Chip Select */ macro