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

rk3128-power.h (297B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef __DT_BINDINGS_POWER_RK3128_POWER_H__
      3#define __DT_BINDINGS_POWER_RK3128_POWER_H__
      4
      5/* VD_CORE */
      6#define RK3128_PD_CORE		0
      7
      8/* VD_LOGIC */
      9#define RK3128_PD_VIO		1
     10#define RK3128_PD_VIDEO		2
     11#define RK3128_PD_GPU		3
     12#define RK3128_PD_MSCH		4
     13
     14#endif