root/arch/mips/include/asm/vr41xx/mpc30x.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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 */

/* [<][>][^][v][top][bottom][index][help] */