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

owl-s700-powergate.h (407B)


      1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
      2/*
      3 * Actions Semi S700 SPS
      4 *
      5 * Copyright (c) 2017 Andreas Färber
      6 */
      7#ifndef DT_BINDINGS_POWER_OWL_S700_POWERGATE_H
      8#define DT_BINDINGS_POWER_OWL_S700_POWERGATE_H
      9
     10#define S700_PD_VDE	0
     11#define S700_PD_VCE_SI	1
     12#define S700_PD_USB2_1	2
     13#define S700_PD_HDE	3
     14#define S700_PD_DMA	4
     15#define S700_PD_DS	5
     16#define S700_PD_USB3	6
     17#define S700_PD_USB2_0	7
     18
     19#endif