diff options
author | Pete Popov <ppopov@embeddedalley.com> | 2005-04-03 21:06:19 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:01 -0400 |
commit | 3b495f2bb749b828499135743b9ddec46e34fda8 (patch) | |
tree | 5f787ed9829ef01a457428114ccd3547cf6c88da /include/asm-mips/mach-au1x00/au1000.h | |
parent | 172546bf601356f94f8018af7908a9b7c1c4915c (diff) |
Au1100 FB driver uplift for 2.6.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Acked-by: Antonino Daplas <adaplas@pol.net>
Diffstat (limited to 'include/asm-mips/mach-au1x00/au1000.h')
-rw-r--r-- | include/asm-mips/mach-au1x00/au1000.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-mips/mach-au1x00/au1000.h b/include/asm-mips/mach-au1x00/au1000.h index ffcd0492eb3a..a662b246bdcf 100644 --- a/include/asm-mips/mach-au1x00/au1000.h +++ b/include/asm-mips/mach-au1x00/au1000.h | |||
@@ -1647,6 +1647,12 @@ extern au1xxx_irq_map_t au1xxx_irq_map[]; | |||
1647 | #define SYS_CS_MI2_MASK (0x7<<SYS_CS_MI2_BIT) | 1647 | #define SYS_CS_MI2_MASK (0x7<<SYS_CS_MI2_BIT) |
1648 | #define SYS_CS_DI2 (1<<16) | 1648 | #define SYS_CS_DI2 (1<<16) |
1649 | #define SYS_CS_CI2 (1<<15) | 1649 | #define SYS_CS_CI2 (1<<15) |
1650 | #ifdef CONFIG_SOC_AU1100 | ||
1651 | #define SYS_CS_ML_BIT 7 | ||
1652 | #define SYS_CS_ML_MASK (0x7<<SYS_CS_ML_BIT) | ||
1653 | #define SYS_CS_DL (1<<6) | ||
1654 | #define SYS_CS_CL (1<<5) | ||
1655 | #else | ||
1650 | #define SYS_CS_MUH_BIT 12 | 1656 | #define SYS_CS_MUH_BIT 12 |
1651 | #define SYS_CS_MUH_MASK (0x7<<SYS_CS_MUH_BIT) | 1657 | #define SYS_CS_MUH_MASK (0x7<<SYS_CS_MUH_BIT) |
1652 | #define SYS_CS_DUH (1<<11) | 1658 | #define SYS_CS_DUH (1<<11) |
@@ -1655,6 +1661,7 @@ extern au1xxx_irq_map_t au1xxx_irq_map[]; | |||
1655 | #define SYS_CS_MUD_MASK (0x7<<SYS_CS_MUD_BIT) | 1661 | #define SYS_CS_MUD_MASK (0x7<<SYS_CS_MUD_BIT) |
1656 | #define SYS_CS_DUD (1<<6) | 1662 | #define SYS_CS_DUD (1<<6) |
1657 | #define SYS_CS_CUD (1<<5) | 1663 | #define SYS_CS_CUD (1<<5) |
1664 | #endif | ||
1658 | #define SYS_CS_MIR_BIT 2 | 1665 | #define SYS_CS_MIR_BIT 2 |
1659 | #define SYS_CS_MIR_MASK (0x7<<SYS_CS_MIR_BIT) | 1666 | #define SYS_CS_MIR_MASK (0x7<<SYS_CS_MIR_BIT) |
1660 | #define SYS_CS_DIR (1<<1) | 1667 | #define SYS_CS_DIR (1<<1) |