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

mt2712-power.h (616B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * Copyright (C) 2017 MediaTek Inc.
      4 */
      5
      6#ifndef _DT_BINDINGS_POWER_MT2712_POWER_H
      7#define _DT_BINDINGS_POWER_MT2712_POWER_H
      8
      9#define MT2712_POWER_DOMAIN_MM		0
     10#define MT2712_POWER_DOMAIN_VDEC	1
     11#define MT2712_POWER_DOMAIN_VENC	2
     12#define MT2712_POWER_DOMAIN_ISP		3
     13#define MT2712_POWER_DOMAIN_AUDIO	4
     14#define MT2712_POWER_DOMAIN_USB		5
     15#define MT2712_POWER_DOMAIN_USB2	6
     16#define MT2712_POWER_DOMAIN_MFG		7
     17#define MT2712_POWER_DOMAIN_MFG_SC1	8
     18#define MT2712_POWER_DOMAIN_MFG_SC2	9
     19#define MT2712_POWER_DOMAIN_MFG_SC3	10
     20
     21#endif /* _DT_BINDINGS_POWER_MT2712_POWER_H */