diff options
Diffstat (limited to 'include/asm-x86/mach-rdc321x/rdc321x_defs.h')
-rw-r--r-- | include/asm-x86/mach-rdc321x/rdc321x_defs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-x86/mach-rdc321x/rdc321x_defs.h b/include/asm-x86/mach-rdc321x/rdc321x_defs.h new file mode 100644 index 00000000000..838ba8f64fd --- /dev/null +++ b/include/asm-x86/mach-rdc321x/rdc321x_defs.h @@ -0,0 +1,6 @@ +#define PFX "rdc321x: " + +/* General purpose configuration and data registers */ +#define RDC3210_CFGREG_ADDR 0x0CF8 +#define RDC3210_CFGREG_DATA 0x0CFC +#define RDC_MAX_GPIO 0x3A |