Add a couple of ARM7500 registers I missed last time, and correct a couple

of others to match the names in the data sheet.
This commit is contained in:
bjh21 2002-01-08 21:00:12 +00:00
parent 62a62f7bc9
commit 33096a0e18
1 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: iomdreg.h,v 1.1 2001/10/05 22:27:41 reinoud Exp $ */
/* $NetBSD: iomdreg.h,v 1.2 2002/01/08 21:00:12 bjh21 Exp $ */
/*
* Copyright (c) 1994-1997 Mark Brinicombe.
@ -57,12 +57,12 @@
#define IOMD_IRQSTA 0x00000004
#define IOMD_IRQRQA 0x00000005
#define IOMD_IRQMSKA 0x00000006
#define IOMD_SUSPEND 0x00000007 /* ARM7500 */
#define IOMD_SUSMODE 0x00000007 /* ARM7500 */
#define IOMD_IRQSTB 0x00000008
#define IOMD_IRQRQB 0x00000009
#define IOMD_IRQMSKB 0x0000000a
#define IOMD_STOP 0x0000000b /* ARM7500 */
#define IOMD_STOPMODE 0x0000000b /* ARM7500 */
#define IOMD_FIQST 0x0000000c
#define IOMD_FIQRQ 0x0000000d
@ -168,6 +168,7 @@
#define IOMD_CURSCUR 0x00000070
#define IOMD_CURSINIT 0x00000071
#define IOMD_VIDCURB 0x00000072 /* ARM7500 */
#define IOMD_VIDCUR 0x00000074
#define IOMD_VIDEND 0x00000075
@ -175,6 +176,8 @@
#define IOMD_VIDINIT 0x00000077
#define IOMD_VIDCR 0x00000078
#define IOMD_VIDINITB 0x0000007a /* ARM7500 */
#define IOMD_DMAST 0x0000007c
#define IOMD_DMARQ 0x0000007d
#define IOMD_DMAMSK 0x0000007e