cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

mt6380-regulator.h (475B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * Copyright (c) 2017 MediaTek Inc.
      4 * Author: Chenglin Xu <chenglin.xu@mediatek.com>
      5 */
      6
      7#ifndef __LINUX_REGULATOR_mt6380_H
      8#define __LINUX_REGULATOR_mt6380_H
      9
     10enum {
     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 */