4 * Copyright (c) 2011 Bryce Lanham
6 * This code is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published
8 * by the Free Software Foundation; either version 2 of the License,
9 * or (at your option) any later version.
15 #define TYPE_NEXTFB "next-fb"
17 #define TYPE_NEXTKBD "next-kbd"
28 #define DMA_ENABLE 0x01000000
29 #define DMA_SUPDATE 0x02000000
30 #define DMA_COMPLETE 0x08000000
33 #define DMA_SETENABLE 0x00010000
34 #define DMA_SETSUPDATE 0x00020000
35 #define DMA_DEV2M 0x00040000
36 #define DMA_CLRCOMPLETE 0x00080000
37 #define DMA_RESET 0x00100000
56 #endif /* NEXT_CUBE_H */