Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  *  include/asm-mips/dec/kn230.h
0004  *
0005  *  DECsystem 5100 (MIPSmate or KN230) definitions.
0006  *
0007  *  Copyright (C) 2002, 2003  Maciej W. Rozycki
0008  */
0009 #ifndef __ASM_MIPS_DEC_KN230_H
0010 #define __ASM_MIPS_DEC_KN230_H
0011 
0012 /*
0013  * CPU interrupt bits.
0014  */
0015 #define KN230_CPU_INR_HALT  6   /* HALT button */
0016 #define KN230_CPU_INR_BUS   5   /* memory, I/O bus read/write errors */
0017 #define KN230_CPU_INR_RTC   4   /* DS1287 RTC */
0018 #define KN230_CPU_INR_SII   3   /* SII (DC7061) SCSI */
0019 #define KN230_CPU_INR_LANCE 3   /* LANCE (Am7990) Ethernet */
0020 #define KN230_CPU_INR_DZ11  2   /* DZ11 (DC7085) serial */
0021 
0022 #endif /* __ASM_MIPS_DEC_KN230_H */