1146740f9SSasha Neftin /* SPDX-License-Identifier: GPL-2.0 */ 2146740f9SSasha Neftin /* Copyright (c) 2018 Intel Corporation */ 3146740f9SSasha Neftin 4146740f9SSasha Neftin #ifndef _IGC_I225_H_ 5146740f9SSasha Neftin #define _IGC_I225_H_ 6146740f9SSasha Neftin 7146740f9SSasha Neftin s32 igc_acquire_swfw_sync_i225(struct igc_hw *hw, u16 mask); 8146740f9SSasha Neftin void igc_release_swfw_sync_i225(struct igc_hw *hw, u16 mask); 9146740f9SSasha Neftin 10ab405612SSasha Neftin s32 igc_init_nvm_params_i225(struct igc_hw *hw); 11ab405612SSasha Neftin bool igc_get_flash_presence_i225(struct igc_hw *hw); 1293ec439aSSasha Neftin s32 igc_set_eee_i225(struct igc_hw *hw, bool adv2p5G, bool adv1G, 1393ec439aSSasha Neftin bool adv100M); 14*707abf06SSasha Neftin s32 igc_set_ltr_i225(struct igc_hw *hw, bool link); 15ab405612SSasha Neftin 16146740f9SSasha Neftin #endif 17