Searched +full:sci +full:- +full:inta (Results 1 – 7 of 7) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2018-2019 Texas Instruments Incorporated - https://www.ti.com/24 #include <asm-generic/msi.h>44 * struct ti_sci_inta_event_desc - Description of an event coming to59 * struct ti_sci_inta_vint_desc - Description of a virtual interrupt coming out78 * struct ti_sci_inta_irq_domain - Structure representing a TISCI based80 * @sci: Pointer to TISCI handle87 * @ti_sci_id: TI-SCI device identifier89 * @unmapped_dev_ids: Pointer to an array of TI-SCI device identifiers of92 * they are converted to Global event within INTA to be[all …]
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/interrupt-controller/ti,sci-intr.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Lokesh Vutla <lokeshvutla@ti.com>13 - $ref: /schemas/arm/keystone/ti,k3-sci-common.yaml#22 +----------------------+24 +-------+ | +------+ +-----+ |25 | GPIO |----------->| | irq0 | | 0 | | Host IRQ26 +-------+ | +------+ +-----+ | controller[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */3 * Texas Instruments' K3 TI SCI INTA MSI helper5 * Copyright (C) 2018-2019 Texas Instruments Incorporated - https://www.ti.com/
1 /* SPDX-License-Identifier: GPL-2.0 */23 #define CFG_IR_INTAB 0x6c /* PCI INTA [0:3] and INT B [4:7] */28 #define CFG_IR_ACPI 0x71 /* ACPI SCI [0:3] and reserved [4:7] */34 #define OCW2_EOI 0x20 /* Non-specific EOI */79 (((x)->vendor == PCI_VENDOR_ID_NS) && \80 ( ((x)->device == PCI_DEVICE_ID_NS_87415) \81 || ((x)->device == PCI_DEVICE_ID_NS_87560_LIO) \82 || ((x)->device == PCI_DEVICE_ID_NS_87560_USB) ) )
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * ULI M1575 setup code - specific to Freescale boards15 #include <asm/pci-bridge.h>16 #include <asm/ppc-pci.h>78 dev->class |= 0x1; in early_uli5249()102 /* USB 1.1 OHCI controller 1: dev 28, func 0 - IRQ12 */ in quirk_uli1575()105 /* USB 1.1 OHCI controller 2: dev 28, func 1 - IRQ9 */ in quirk_uli1575()108 /* USB 1.1 OHCI controller 3: dev 28, func 2 - IRQ10 */ in quirk_uli1575()111 /* Lan controller: dev 27, func 0 - IRQ6 */ in quirk_uli1575()114 /* AC97 Audio controller: dev 29, func 0 - IRQ6 */ in quirk_uli1575()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only OR MIT5 * Copyright (C) 2016-2024 Texas Instruments Incorporated - https://www.ti.com/7 #include <dt-bindings/phy/phy-am654-serdes.h>11 compatible = "mmio-sram";13 #address-cells = <1>;14 #size-cells = <1>;17 atf-sram@0 {21 sysfw-sram@f0000 {25 l3cache-sram@100000 {30 gic500: interrupt-controller@1800000 {[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Low-Level PCI Support for PC -- Routing of Interrupts5 * (c) 1999--2000 Martin Mares <mj@ucw.cz>22 #include <asm/pc-conf-reg.h>81 if (rt->signature != PIRQ_SIGNATURE || in pirq_check_routing_table()82 rt->version != PIRQ_VERSION || in pirq_check_routing_table()83 rt->size % 16 || in pirq_check_routing_table()84 rt->size < sizeof(struct irq_routing_table) || in pirq_check_routing_table()85 (limit && rt->size > limit - addr)) in pirq_check_routing_table()88 for (i = 0; i < rt->size; i++) in pirq_check_routing_table()[all …]