irq-hip04.c (cdd38c5f1ce4398ec58fec95904b75824daab7b5) | irq-hip04.c (64ec2ad3b84d43926e618bb515f2382c266535ee) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only 2/* | 1// SPDX-License-Identifier: GPL-2.0-only 2/* |
3 * Hisilicon HiP04 INTC | 3 * HiSilicon HiP04 INTC |
4 * 5 * Copyright (C) 2002-2014 ARM Limited. | 4 * 5 * Copyright (C) 2002-2014 ARM Limited. |
6 * Copyright (c) 2013-2014 Hisilicon Ltd. | 6 * Copyright (c) 2013-2014 HiSilicon Ltd. |
7 * Copyright (c) 2013-2014 Linaro Ltd. 8 * 9 * Interrupt architecture for the HIP04 INTC: 10 * 11 * o There is one Interrupt Distributor, which receives interrupts 12 * from system devices and sends them to the Interrupt Controllers. 13 * 14 * o There is one CPU Interface per CPU, which sends interrupts sent --- 392 unchanged lines hidden --- | 7 * Copyright (c) 2013-2014 Linaro Ltd. 8 * 9 * Interrupt architecture for the HIP04 INTC: 10 * 11 * o There is one Interrupt Distributor, which receives interrupts 12 * from system devices and sends them to the Interrupt Controllers. 13 * 14 * o There is one CPU Interface per CPU, which sends interrupts sent --- 392 unchanged lines hidden --- |