Searched +full:mhu +full:- +full:rx (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/mailbox/arm,mhu.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: ARM MHU Mailbox Controller10 - Jassi Brar <jaswinder.singh@linaro.org>13 The ARM's Message-Handling-Unit (MHU) is a mailbox controller that has 314 independent channels/links to communicate with remote processor(s). MHU links21 The MHU hardware also allows operations in doorbell mode. The MHU drives the22 interrupt signal using a 32-bit register, with all 32-bits logically ORed[all …]
1 // SPDX-License-Identifier: GPL-2.010 * protocol modes: data-transfer and doorbell, to be used on those channel19 * hardware - mainly the number of channel windows implemented by the platform,45 #define LSB_MASK(n) ((1 << (n * __CHAR_BIT__)) - 1)46 #define MHUV2_PROTOCOL_PROP "arm,mhuv2-protocols"94 u8 pad1[0x0C - 0x04];99 u8 pad2[0x20 - 0x1C];114 u8 pad[0xFC8 - 0xFB0];124 u8 reserved0[0x10 - 0x0C];128 u8 pad[0x20 - 0x1C];[all …]
3 power-domains = <&scmi_devpd 8>;7 power-domains = <&scmi_devpd 8>;11 power-domains = <&scmi_devpd 8>;15 power-domains = <&scmi_devpd 8>;19 power-domains = <&scmi_devpd 8>;23 power-domains = <&scmi_devpd 8>;27 power-domains = <&scmi_devpd 8>;31 power-domains = <&scmi_devpd 8>;42 /delete-node/ scpi;47 mbox-names = "tx", "rx";[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)12 #include <dt-bindings/gpio/gpio.h>13 #include <dt-bindings/interrupt-controller/irq.h>14 #include <dt-bindings/interrupt-controller/arm-gic.h>15 #include <dt-bindings/power/meson-gxbb-power.h>16 #include <dt-bindings/thermal/thermal.h>19 interrupt-parent = <&gic>;20 #address-cells = <2>;21 #size-cells = <2>;29 reserved-memory {[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/axg-aoclkc.h>7 #include <dt-bindings/clock/axg-audio-clkc.h>8 #include <dt-bindings/clock/axg-clkc.h>9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/gpio/meson-axg-gpio.h>11 #include <dt-bindings/interrupt-controller/irq.h>12 #include <dt-bindings/interrupt-controller/arm-gic.h>13 #include <dt-bindings/reset/amlogic,meson-axg-audio-arb.h>14 #include <dt-bindings/reset/amlogic,meson-axg-reset.h>[all …]
1 // SPDX-License-Identifier: GPL-2.06 * and the Application Processors(AP). The Message Handling Unit(MHU)7 * provides a mechanism for inter-processor communication between SCP's14 * Copyright (C) 2018-2024 ARM Ltd.25 #include <linux/io-64-nonatomic-hi-lo.h>60 * struct scmi_xfers_info - Structure to manage transfer information68 * a number of xfers equal to the maximum allowed in-flight71 * currently in-flight messages.82 * struct scmi_protocol_instance - Describe an initialized protocol instance.85 * @gid: A reference for per-protocol devres management.[all …]