Searched +full:num +full:- +full:perips (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/interrupt-controller/img,pdc-intc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - James Hogan <jhogan@kernel.org>19 const: img,pdc-intc24 interrupt-controller: true26 '#interrupt-cells':28 <1st-cell>: The interrupt-number that identifies the interrupt source.29 0-7: Peripheral interrupts[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright 2010-2013 Imagination Technologies Ltd.66 * struct pdc_intc_priv - private pdc interrupt data.92 iowrite32(data, priv->pdc_base + reg_offs); in pdc_write() 98 return ioread32(priv->pdc_base + reg_offs); in pdc_read() 112 return hw - SYS0_HWIRQ; in hwirq_to_syswake() 122 return (struct pdc_intc_priv *)data->domain->host_dat in irqd_to_priv() [all...]