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

mpc30x.h (492B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      2/*
      3 *  mpc30x.h, Include file for Victor MP-C303/304.
      4 *
      5 *  Copyright (C) 2002-2004  Yoichi Yuasa <yuasa@linux-mips.org>
      6 */
      7#ifndef __VICTOR_MPC30X_H
      8#define __VICTOR_MPC30X_H
      9
     10#include <asm/vr41xx/irq.h>
     11
     12/*
     13 * General-Purpose I/O Pin Number
     14 */
     15#define VRC4173_PIN			1
     16#define MQ200_PIN			4
     17
     18/*
     19 * Interrupt Number
     20 */
     21#define VRC4173_CASCADE_IRQ		GIU_IRQ(VRC4173_PIN)
     22#define MQ200_IRQ			GIU_IRQ(MQ200_PIN)
     23
     24#endif /* __VICTOR_MPC30X_H */