1 1.1.2.2 nathanw /* $NetBSD: oakreg.h,v 1.1.2.2 2002/01/08 00:31:32 nathanw Exp $ */ 2 1.1.2.2 nathanw 3 1.1.2.2 nathanw /* In MEMC space: */ 4 1.1.2.2 nathanw #define OAK_NCR5380_OFFSET 0x0000 5 1.1.2.2 nathanw #define OAK_PDMA_OFFSET 0x0200 6 1.1.2.2 nathanw 7 1.1.2.2 nathanw /* Registers in the PDMA engine (in bus_size_t units) */ 8 1.1.2.2 nathanw #define OAK_PDMA_WRITE 0x00 /* This is a guess! */ 9 1.1.2.2 nathanw #define OAK_PDMA_READ 0x08 10 1.1.2.2 nathanw #define OAK_PDMA_STATUS 0x10 11