Searched +full:iproc +full:- +full:flexrm +full:- +full:mbox (Results 1 – 2 of 2) sorted by relevance
4 * 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 …]
1 // SPDX-License-Identifier: GPL-2.0-only5 * Broadcom FlexRM Mailbox Driver8 * extension to Broadcom FlexRM ring manager. The FlexRM ring12 * This driver creates a mailbox controller using a set of FlexRM13 * 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 …]