blob: 39902bcfc0d5c28d076987a714ed1297e2d83e54 [file] [log] [blame]
Guangjie Song1f913a62024-12-18 21:54:45 +08001/*
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
10enum mtcmos_state {
11 STA_POWER_DOWN,
12 STA_POWER_ON,
13};
14
15int spm_mtcmos_ctrl_ufs0(enum mtcmos_state state);
16int spm_mtcmos_ctrl_ufs0_phy(enum mtcmos_state state);
17
18#endif /* PLAT_MEDIATEK_DRIVERS_MTCMOS_MT8196_MTCMOS_H_ */