| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Root interrupt controller for the BCM2836 (Raspberry Pi 2). |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright 2015 Broadcom |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 7 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 8 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 9 | | - * (at your option) any later version. |
|---|
| 10 | | - * |
|---|
| 11 | | - * This program is distributed in the hope that it will be useful, |
|---|
| 12 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| 13 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| 14 | | - * GNU General Public License for more details. |
|---|
| 15 | 6 | */ |
|---|
| 16 | 7 | |
|---|
| 17 | 8 | #define LOCAL_CONTROL 0x000 |
|---|
| .. | .. |
|---|
| 39 | 30 | */ |
|---|
| 40 | 31 | #define LOCAL_MAILBOX_INT_CONTROL0 0x050 |
|---|
| 41 | 32 | /* |
|---|
| 42 | | - * The CPU's interrupt status register. Bits are defined by the the |
|---|
| 33 | + * The CPU's interrupt status register. Bits are defined by the |
|---|
| 43 | 34 | * LOCAL_IRQ_* bits below. |
|---|
| 44 | 35 | */ |
|---|
| 45 | 36 | #define LOCAL_IRQ_PENDING0 0x060 |
|---|