1 /* 2 * Copyright (c) 2025, MediaTek Inc. All rights reserved. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #include <mtk_bl31_interface.h> 8 9 void ufs_mphy_va09_cg_ctrl(bool enable) {} 10 void ufs_device_reset_ctrl(bool rst_n) {} 11 void ufs_crypto_hie_init(void) {} 12 void ufs_ref_clk_status(uint32_t on, enum ufs_notify_change_status stage) {} 13 void ufs_sram_pwr_ctrl(bool on) {} 14 void ufs_device_pwr_ctrl(bool vcc_on, uint64_t ufs_version) {} 15 void ufs_mphy_ctrl(enum ufs_mtk_mphy_op op) {} 16 void ufs_mtcmos_ctrl(bool on) {} 17