allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / asm-arm / arch-ns9xxx / regs-board-a9m9750dev.h
blobc3dc532dd20c1854ca96480e450e903ed7c1185f
1 /*
2 * include/asm-arm/arch-ns9xxx/regs-board-a9m9750dev.h
4 * Copyright (C) 2006 by Digi International Inc.
5 * All rights reserved.
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License version 2 as published by
9 * the Free Software Foundation.
11 #ifndef __ASM_ARCH_REGSBOARDA9M9750_H
12 #define __ASM_ARCH_REGSBOARDA9M9750_H
14 #include <asm/hardware.h>
16 #define FPGA_UARTA_BASE io_p2v(NS9XXX_CSxSTAT_PHYS(0))
17 #define FPGA_UARTB_BASE io_p2v(NS9XXX_CSxSTAT_PHYS(0) + 0x08)
18 #define FPGA_UARTC_BASE io_p2v(NS9XXX_CSxSTAT_PHYS(0) + 0x10)
19 #define FPGA_UARTD_BASE io_p2v(NS9XXX_CSxSTAT_PHYS(0) + 0x18)
21 #define FPGA_IER __REGB(NS9XXX_CSxSTAT_PHYS(0) + 0x50)
22 #define FPGA_ISR __REGB(NS9XXX_CSxSTAT_PHYS(0) + 0x60)
24 #endif /* ifndef __ASM_ARCH_REGSBOARDA9M9750_H */