/usr/src/linux-headers-5.15.0-181/arch/mips/include/asm/dec
NameSizeModeActions
ecc.h17920644editdlrm
interrupts.h45090644editdlrm
ioasic.h6550644editdlrm
ioasic_addrs.h64750644editdlrm
ioasic_ints.h27530644editdlrm
kn01.h32900644editdlrm
kn02.h32630644editdlrm
kn02ba.h20970644editdlrm
kn02ca.h28690644editdlrm
kn02xa.h29030644editdlrm
kn03.h27850644editdlrm
kn05.h32320644editdlrm
kn230.h6490644editdlrm
machtype.h7500644editdlrm
prom.h52500644editdlrm
system.h3470644editdlrm
Edit: /usr/src/linux-headers-5.15.0-181/arch/mips/include/asm/dec/kn230.h (649B)
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * include/asm-mips/dec/kn230.h * * DECsystem 5100 (MIPSmate or KN230) definitions. * * Copyright (C) 2002, 2003 Maciej W. Rozycki */ #ifndef __ASM_MIPS_DEC_KN230_H #define __ASM_MIPS_DEC_KN230_H /* * CPU interrupt bits. */ #define KN230_CPU_INR_HALT 6 /* HALT button */ #define KN230_CPU_INR_BUS 5 /* memory, I/O bus read/write errors */ #define KN230_CPU_INR_RTC 4 /* DS1287 RTC */ #define KN230_CPU_INR_SII 3 /* SII (DC7061) SCSI */ #define KN230_CPU_INR_LANCE 3 /* LANCE (Am7990) Ethernet */ #define KN230_CPU_INR_DZ11 2 /* DZ11 (DC7085) serial */ #endif /* __ASM_MIPS_DEC_KN230_H */