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

mt2701-power.h (539B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * Copyright (C) 2015 MediaTek Inc.
      4 */
      5
      6#ifndef _DT_BINDINGS_POWER_MT2701_POWER_H
      7#define _DT_BINDINGS_POWER_MT2701_POWER_H
      8
      9#define MT2701_POWER_DOMAIN_CONN	0
     10#define MT2701_POWER_DOMAIN_DISP	1
     11#define MT2701_POWER_DOMAIN_MFG		2
     12#define MT2701_POWER_DOMAIN_VDEC	3
     13#define MT2701_POWER_DOMAIN_ISP		4
     14#define MT2701_POWER_DOMAIN_BDP		5
     15#define MT2701_POWER_DOMAIN_ETH		6
     16#define MT2701_POWER_DOMAIN_HIF		7
     17#define MT2701_POWER_DOMAIN_IFR_MSC	8
     18
     19#endif /* _DT_BINDINGS_POWER_MT2701_POWER_H */