Searched refs:IXGBE_EEC_DI (Results 1 – 2 of 2) sorted by relevance
1500 eec |= IXGBE_EEC_DI; in ixgbe_shift_out_eeprom_bits()1502 eec &= ~IXGBE_EEC_DI; in ixgbe_shift_out_eeprom_bits()1520 eec &= ~IXGBE_EEC_DI; in ixgbe_shift_out_eeprom_bits()1544 eec &= ~(IXGBE_EEC_DO | IXGBE_EEC_DI); in ixgbe_shift_in_eeprom_bits()1552 eec &= ~(IXGBE_EEC_DI); in ixgbe_shift_in_eeprom_bits()
1783 #define IXGBE_EEC_DI 0x00000004 /* EEPROM Data In */ macro