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

gta02.h (537B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * GTA02 header
      4 */
      5
      6#ifndef __MACH_S3C24XX_GTA02_H
      7#define __MACH_S3C24XX_GTA02_H __FILE__
      8
      9#include "regs-gpio.h"
     10
     11#define GTA02_GPIO_AUX_LED	S3C2410_GPB(2)
     12#define GTA02_GPIO_USB_PULLUP	S3C2410_GPB(9)
     13#define GTA02_GPIO_AUX_KEY	S3C2410_GPF(6)
     14#define GTA02_GPIO_HOLD_KEY	S3C2410_GPF(7)
     15#define GTA02_GPIO_AMP_SHUT	S3C2410_GPJ(1)	/* v2 + v3 + v4 only */
     16#define GTA02_GPIO_HP_IN	S3C2410_GPJ(2)	/* v2 + v3 + v4 only */
     17
     18#define GTA02_IRQ_PCF50633	IRQ_EINT9
     19
     20#endif /* __MACH_S3C24XX_GTA02_H */