diff options
| author | Christoffer Dall <c.dall@virtualopensystems.com> | 2013-01-23 13:18:03 -0500 |
|---|---|---|
| committer | Marc Zyngier <marc.zyngier@arm.com> | 2013-02-11 13:57:47 -0500 |
| commit | 7c7945a8f971e0b9cbdd7684ee106de768a0e474 (patch) | |
| tree | f78072b35c933161813dabfa2fb2340d1dcfb39c /include/linux/irqchip | |
| parent | 369e67595ad8f278edf32a65f10ba473baeff03e (diff) | |
ARM: gic: add missing distributor defintions
Add missing register map offsets for the distributor and rename
GIC_DIST_ACTIVE_BIT to GIC_DIST_ACTIVE_SET to be consistent.
Reviewed-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Christoffer Dall <c.dall@virtualopensystems.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'include/linux/irqchip')
| -rw-r--r-- | include/linux/irqchip/arm-gic.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/irqchip/arm-gic.h b/include/linux/irqchip/arm-gic.h index a67ca55e6f4e..9509e8785cad 100644 --- a/include/linux/irqchip/arm-gic.h +++ b/include/linux/irqchip/arm-gic.h | |||
| @@ -20,11 +20,13 @@ | |||
| 20 | 20 | ||
| 21 | #define GIC_DIST_CTRL 0x000 | 21 | #define GIC_DIST_CTRL 0x000 |
| 22 | #define GIC_DIST_CTR 0x004 | 22 | #define GIC_DIST_CTR 0x004 |
| 23 | #define GIC_DIST_IGROUP 0x080 | ||
| 23 | #define GIC_DIST_ENABLE_SET 0x100 | 24 | #define GIC_DIST_ENABLE_SET 0x100 |
| 24 | #define GIC_DIST_ENABLE_CLEAR 0x180 | 25 | #define GIC_DIST_ENABLE_CLEAR 0x180 |
| 25 | #define GIC_DIST_PENDING_SET 0x200 | 26 | #define GIC_DIST_PENDING_SET 0x200 |
| 26 | #define GIC_DIST_PENDING_CLEAR 0x280 | 27 | #define GIC_DIST_PENDING_CLEAR 0x280 |
| 27 | #define GIC_DIST_ACTIVE_BIT 0x300 | 28 | #define GIC_DIST_ACTIVE_SET 0x300 |
| 29 | #define GIC_DIST_ACTIVE_CLEAR 0x380 | ||
| 28 | #define GIC_DIST_PRI 0x400 | 30 | #define GIC_DIST_PRI 0x400 |
| 29 | #define GIC_DIST_TARGET 0x800 | 31 | #define GIC_DIST_TARGET 0x800 |
| 30 | #define GIC_DIST_CONFIG 0xc00 | 32 | #define GIC_DIST_CONFIG 0xc00 |
