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

toshiba,tmpv770x.h (1360B)


      1/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
      2
      3#ifndef _DT_BINDINGS_RESET_TOSHIBA_TMPV770X_H_
      4#define _DT_BINDINGS_RESET_TOSHIBA_TMPV770X_H_
      5
      6/* Reset */
      7#define TMPV770X_RESET_PIETHER_2P5M	0
      8#define TMPV770X_RESET_PIETHER_25M	1
      9#define TMPV770X_RESET_PIETHER_50M	2
     10#define TMPV770X_RESET_PIETHER_125M	3
     11#define TMPV770X_RESET_HOX		4
     12#define TMPV770X_RESET_PCIE_MSTR	5
     13#define TMPV770X_RESET_PCIE_AUX		6
     14#define TMPV770X_RESET_PIINTC		7
     15#define TMPV770X_RESET_PIETHER_BUS	8
     16#define TMPV770X_RESET_PISPI0		9
     17#define TMPV770X_RESET_PISPI1		10
     18#define TMPV770X_RESET_PISPI2		11
     19#define TMPV770X_RESET_PISPI3		12
     20#define TMPV770X_RESET_PISPI4		13
     21#define TMPV770X_RESET_PISPI5		14
     22#define TMPV770X_RESET_PISPI6		15
     23#define TMPV770X_RESET_PIUART0		16
     24#define TMPV770X_RESET_PIUART1		17
     25#define TMPV770X_RESET_PIUART2		18
     26#define TMPV770X_RESET_PIUART3		19
     27#define TMPV770X_RESET_PII2C0		20
     28#define TMPV770X_RESET_PII2C1		21
     29#define TMPV770X_RESET_PII2C2		22
     30#define TMPV770X_RESET_PII2C3		23
     31#define TMPV770X_RESET_PII2C4		24
     32#define TMPV770X_RESET_PII2C5		25
     33#define TMPV770X_RESET_PII2C6		26
     34#define TMPV770X_RESET_PII2C7		27
     35#define TMPV770X_RESET_PII2C8		28
     36#define TMPV770X_RESET_PIPCMIF		29
     37#define TMPV770X_RESET_PICKMON		30
     38#define TMPV770X_RESET_SBUSCLK		31
     39#define TMPV770X_NR_RESET		32
     40
     41#endif /*_DT_BINDINGS_RESET_TOSHIBA_TMPV770X_H_ */