mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 05:00:14 -04:00
11 lines
318 B
C
11 lines
318 B
C
/* $NetBSD: oakreg.h,v 1.1 2001/12/04 18:40:14 bjh21 Exp $ */
|
|
|
|
/* In MEMC space: */
|
|
#define OAK_NCR5380_OFFSET 0x0000
|
|
#define OAK_PDMA_OFFSET 0x0200
|
|
|
|
/* Registers in the PDMA engine (in bus_size_t units) */
|
|
#define OAK_PDMA_WRITE 0x00 /* This is a guess! */
|
|
#define OAK_PDMA_READ 0x08
|
|
#define OAK_PDMA_STATUS 0x10
|