| /Linux-v5.15/drivers/irqchip/ |
| D | qcom-irq-combiner.c | 8 * An interrupt combiner in this block combines a set of interrupts by 13 * of the given combiner. Thus, each combiner can be described as a set 31 struct combiner { struct 49 struct combiner *combiner = irq_desc_get_handler_data(desc); in combiner_handle_irq() argument 55 for (reg = 0; reg < combiner->nregs; reg++) { in combiner_handle_irq() 60 bit = readl_relaxed(combiner->regs[reg].addr); in combiner_handle_irq() 61 status = bit & combiner->regs[reg].enabled; in combiner_handle_irq() 65 combiner->regs[reg].enabled, in combiner_handle_irq() 66 combiner->regs[reg].addr); in combiner_handle_irq() 72 generic_handle_domain_irq(combiner->domain, hwirq); in combiner_handle_irq() [all …]
|
| D | exynos-combiner.c | 6 * Combiner irqchip for EXYNOS 108 .name = "COMBINER", 202 * combiner_suspend - save interrupt combiner state before suspend 204 * Save the interrupt enable set register for all combiner groups since 220 * combiner_resume - restore interrupt combiner state after resume 222 * Restore the interrupt enable set register for all combiner groups since 255 pr_err("%s: failed to map combiner registers\n", __func__); in combiner_of_init() 259 if (of_property_read_u32(np, "samsung,combiner-nr", &max_nr)) { in combiner_of_init() 271 IRQCHIP_DECLARE(exynos4210_combiner, "samsung,exynos4210-combiner",
|
| D | Kconfig | 387 bool "QCOM IRQ combiner support" 391 Say yes here to add support for the IRQ combiner devices embedded 526 bool "Samsung Exynos IRQ combiner support" if COMPILE_TEST 529 Say yes here to add support for the IRQ combiner devices embedded
|
| D | Makefile | 13 obj-$(CONFIG_EXYNOS_IRQ_COMBINER) += exynos-combiner.o 90 obj-$(CONFIG_QCOM_IRQ_COMBINER) += qcom-irq-combiner.o
|
| /Linux-v5.15/Documentation/devicetree/bindings/interrupt-controller/ |
| D | samsung,exynos4210-combiner.yaml | 4 $id: http://devicetree.org/schemas/interrupt-controller/samsung,exynos4210-combiner.yaml# 7 title: Samsung Exynos SoC Interrupt Combiner Controller 13 Samsung's Exynos4 architecture includes a interrupt combiner controller which 18 The interrupt combiner controller consists of multiple combiners. Up to eight 19 interrupt sources can be connected to a combiner. The combiner outputs one 23 A single node in the device tree is used to describe the interrupt combiner 24 controller module (which includes multiple combiners). A combiner in the 27 accommodate up to 4 interrupt combiners (with each combiner supporting up to 35 const: samsung,exynos4210-combiner 46 * First Cell: Combiner Group Number. [all …]
|
| /Linux-v5.15/arch/arm/boot/dts/ |
| D | exynos5250.dtsi | 173 interrupt-parent = <&combiner>; 252 interrupts-extended = <&combiner 23 3>, 253 <&combiner 23 4>, 254 <&combiner 25 2>, 255 <&combiner 25 3>, 865 interrupt-parent = <&combiner>; 875 interrupt-parent = <&combiner>; 886 interrupt-parent = <&combiner>; 897 interrupt-parent = <&combiner>; 907 interrupt-parent = <&combiner>; [all …]
|
| D | exynos4412.dtsi | 198 interrupt-parent = <&combiner>; 271 <&combiner 12 5>, 272 <&combiner 12 6>, 273 <&combiner 12 7>, 289 interrupt-parent = <&combiner>; 322 interrupt-parent = <&combiner>; 332 interrupt-parent = <&combiner>; 343 interrupt-parent = <&combiner>; 354 interrupt-parent = <&combiner>; 365 interrupt-parent = <&combiner>; [all …]
|
| D | exynos54xx.dtsi | 40 interrupt-parent = <&combiner>; 79 interrupts-extended = <&combiner 23 3>, 80 <&combiner 23 4>, 81 <&combiner 25 2>, 82 <&combiner 25 3>,
|
| D | exynos5.dtsi | 48 combiner: interrupt-controller@10440000 { label 49 compatible = "samsung,exynos4210-combiner"; 52 samsung,combiner-nr = <32>; 191 interrupt-parent = <&combiner>; 203 interrupt-parent = <&combiner>;
|
| D | exynos4.dtsi | 56 interrupt-parent = <&combiner>; 171 combiner: interrupt-controller@10440000 { label 172 compatible = "samsung,exynos4210-combiner"; 707 interrupt-parent = <&combiner>; 720 interrupt-parent = <&combiner>; 890 interrupt-parent = <&combiner>; 901 interrupt-parent = <&combiner>; 912 interrupt-parent = <&combiner>; 923 interrupt-parent = <&combiner>; 934 interrupt-parent = <&combiner>; [all …]
|
| D | exynos5420.dtsi | 893 interrupt-parent = <&combiner>; 903 interrupt-parent = <&combiner>; 913 interrupt-parent = <&combiner>; 924 interrupt-parent = <&combiner>; 935 interrupt-parent = <&combiner>; 946 interrupt-parent = <&combiner>; 977 interrupt-parent = <&combiner>; 988 interrupt-parent = <&combiner>; 999 interrupt-parent = <&combiner>; 1010 interrupt-parent = <&combiner>; [all …]
|
| D | exynos4210.dtsi | 129 <&combiner 12 6>, 130 <&combiner 12 7>, 199 interrupt-parent = <&combiner>; 209 interrupt-parent = <&combiner>; 409 &combiner { 410 samsung,combiner-nr = <16>;
|
| D | exynos5410-pinctrl.dtsi | 235 interrupt-parent = <&combiner>; 252 interrupt-parent = <&combiner>;
|
| D | exynos5420-pinctrl.dtsi | 28 interrupt-parent = <&combiner>; 39 interrupt-parent = <&combiner>;
|
| D | exynos5250-pinctrl.dtsi | 167 interrupt-parent = <&combiner>; 178 interrupt-parent = <&combiner>;
|
| /Linux-v5.15/Documentation/devicetree/bindings/display/bridge/ |
| D | analogix_dp.txt | 13 interrupt combiner values. 45 interrupt-parent = <&combiner>;
|
| /Linux-v5.15/Documentation/devicetree/bindings/display/exynos/ |
| D | exynos_dp.txt | 23 interrupt combiner values. 80 interrupt-parent = <&combiner>;
|
| D | exynos7-decon.txt | 46 interrupt-parent = <&combiner>;
|
| D | samsung-fimd.txt | 91 interrupt-parent = <&combiner>;
|
| /Linux-v5.15/Documentation/devicetree/bindings/timer/ |
| D | samsung,exynos4210-mct.yaml | 104 <&combiner 12 6>, 105 <&combiner 12 7>,
|
| /Linux-v5.15/Documentation/devicetree/bindings/iommu/ |
| D | samsung,sysmmu.yaml | 102 interrupt-parent = <&combiner>;
|
| /Linux-v5.15/Documentation/devicetree/bindings/thermal/ |
| D | exynos-thermal.txt | 60 interrupt-parent = <&combiner>;
|
| /Linux-v5.15/Documentation/devicetree/bindings/memory-controllers/ |
| D | samsung,exynos5422-dmc.yaml | 134 interrupt-parent = <&combiner>;
|
| /Linux-v5.15/drivers/gpu/drm/v3d/ |
| D | v3d_gem.c | 201 DRM_ERROR("Timeout waiting for L1T write combiner flush\n"); in v3d_clean_caches()
|
| /Linux-v5.15/Documentation/admin-guide/media/ |
| D | imx.rst | 60 contains a Combiner that combines two image planes, with alpha blending
|