xref: /rk3399_ARM-atf/plat/mediatek/drivers/mtcmos/mt8196/mtcmos.h (revision 10ecd58093a34e95e2dfad65b1180610f29397cc)
1 /*
2  * Copyright (c) 2025, MediaTek Inc. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef PLAT_MEDIATEK_DRIVERS_MTCMOS_MT8196_MTCMOS_H_
8 #define PLAT_MEDIATEK_DRIVERS_MTCMOS_MT8196_MTCMOS_H_
9 
10 enum mtcmos_state {
11 	STA_POWER_DOWN,
12 	STA_POWER_ON,
13 };
14 
15 int spm_mtcmos_ctrl_ufs0(enum mtcmos_state state);
16 int spm_mtcmos_ctrl_ufs0_phy(enum mtcmos_state state);
17 
18 #endif /* PLAT_MEDIATEK_DRIVERS_MTCMOS_MT8196_MTCMOS_H_ */
19