Home
last modified time | relevance | path

Searched +full:iproc +full:- +full:flexrm +full:- +full:mbox (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/boot/dts/broadcom/stingray/
H A Dstingray-fs4.dtsi4 * Copyright(c) 2016-2017 Broadcom. All rights reserved.
34 compatible = "simple-bus";
35 #address-cells = <1>;
36 #size-cells = <1>;
40 compatible = "brcm,iproc-flexrm-mbox";
42 msi-parent = <&gic_its 0x4100>;
43 #mbox-cells = <3>;
44 dma-coherent;
48 compatible = "brcm,iproc-flexrm-mbox";
50 dma-coherent;
[all …]
/linux/drivers/mailbox/
H A Dbcm-flexrm-mailbox.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Broadcom FlexRM Mailbox Driver
8 * extension to Broadcom FlexRM ring manager. The FlexRM ring
12 * This driver creates a mailbox controller using a set of FlexRM
13 * rings where each mailbox channel represents a separate FlexRM ring.
23 #include <linux/dma-mapping.h>
30 #include <linux/mailbox/brcm-message.h>
38 /* ====== FlexRM register defines ===== */
40 /* FlexRM configuration */
50 (!((addr) & ((0x1 << RING_BD_ALIGN_ORDER) - 1)))
[all …]