Searched refs:eec (Results 1 – 5 of 5) sorted by relevance
46 static void ixgbe_raise_eeprom_clk(struct ixgbe_hw *hw, u32 *eec);47 static void ixgbe_lower_eeprom_clk(struct ixgbe_hw *hw, u32 *eec);794 u32 eec; in ixgbe_init_eeprom_params_generic() local809 eec = IXGBE_READ_REG(hw, IXGBE_EEC(hw)); in ixgbe_init_eeprom_params_generic()810 if (eec & IXGBE_EEC_PRES) { in ixgbe_init_eeprom_params_generic()817 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >> in ixgbe_init_eeprom_params_generic()823 if (eec & IXGBE_EEC_ADDR_SIZE) in ixgbe_init_eeprom_params_generic()1287 u32 eec; in ixgbe_acquire_eeprom() local1293 eec = IXGBE_READ_REG(hw, IXGBE_EEC(hw)); in ixgbe_acquire_eeprom()1296 eec |= IXGBE_EEC_REQ; in ixgbe_acquire_eeprom()[all …]
203 u32 eec; in ixgbe_init_eeprom_params_X540() local210 eec = IXGBE_READ_REG(hw, IXGBE_EEC(hw)); in ixgbe_init_eeprom_params_X540()211 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >> in ixgbe_init_eeprom_params_X540()
395 u32 eec; in ixgbe_init_eeprom_params_X550() local402 eec = IXGBE_READ_REG(hw, IXGBE_EEC(hw)); in ixgbe_init_eeprom_params_X550()403 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >> in ixgbe_init_eeprom_params_X550()
8606 u32 eec; in ixgbe_probe() local8691 eec = IXGBE_READ_REG(hw, IXGBE_EEC(hw)); in ixgbe_probe()8697 if (!(eec & (1 << 8))) in ixgbe_probe()
671 u32 eec = 0; in igb_get_flash_presence_i210() local674 eec = rd32(E1000_EECD); in igb_get_flash_presence_i210()675 if (eec & E1000_EECD_FLASH_DETECTED_I210) in igb_get_flash_presence_i210()