162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* Copyright (c) 2018 Intel Corporation */ 362306a36Sopenharmony_ci 462306a36Sopenharmony_ci#ifndef _IGC_I225_H_ 562306a36Sopenharmony_ci#define _IGC_I225_H_ 662306a36Sopenharmony_ci 762306a36Sopenharmony_cis32 igc_acquire_swfw_sync_i225(struct igc_hw *hw, u16 mask); 862306a36Sopenharmony_civoid igc_release_swfw_sync_i225(struct igc_hw *hw, u16 mask); 962306a36Sopenharmony_ci 1062306a36Sopenharmony_cis32 igc_init_nvm_params_i225(struct igc_hw *hw); 1162306a36Sopenharmony_cibool igc_get_flash_presence_i225(struct igc_hw *hw); 1262306a36Sopenharmony_cis32 igc_set_eee_i225(struct igc_hw *hw, bool adv2p5G, bool adv1G, 1362306a36Sopenharmony_ci bool adv100M); 1462306a36Sopenharmony_cis32 igc_set_ltr_i225(struct igc_hw *hw, bool link); 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ci#endif 17