]> Git Repo - linux.git/blob - include/linux/regulator/mt6380-regulator.h
mm, swap: fix race between swapoff and some swap operations
[linux.git] / include / linux / regulator / mt6380-regulator.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (c) 2017 MediaTek Inc.
4  * Author: Chenglin Xu <[email protected]>
5  */
6
7 #ifndef __LINUX_REGULATOR_mt6380_H
8 #define __LINUX_REGULATOR_mt6380_H
9
10 enum {
11         MT6380_ID_VCPU = 0,
12         MT6380_ID_VCORE,
13         MT6380_ID_VRF,
14         MT6380_ID_VMLDO,
15         MT6380_ID_VALDO,
16         MT6380_ID_VPHYLDO,
17         MT6380_ID_VDDRLDO,
18         MT6380_ID_VTLDO,
19         MT6380_ID_RG_MAX,
20 };
21
22 #define MT6380_MAX_REGULATOR    MT6380_ID_RG_MAX
23
24 #endif /* __LINUX_REGULATOR_mt6380_H */
This page took 0.038316 seconds and 4 git commands to generate.