blob: 6ce2d63d63211c34539b5ce897b40ff78e7a13d5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* $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
|