Searched +full:iproc +full:- +full:sba +full:- +full:v2 (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/arm64/boot/dts/broadcom/stingray/ |
| H A D | stingray-fs4.dtsi | 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 …]
|
| /linux/Documentation/devicetree/bindings/dma/ |
| H A D | brcm,iproc-sba.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/dma/brcm,iproc-sba.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Broadcom SBA RAID engine 10 - Ray Jui <rjui@broadcom.com> 11 - Scott Branden <sbranden@broadcom.com> 16 - brcm,iproc-sba 17 - brcm,iproc-sba-v2 24 - compatible [all …]
|
| /linux/drivers/mailbox/ |
| H A D | bcm-flexrm-mailbox.c | 1 // SPDX-License-Identifier: GPL-2.0-only 23 #include <linux/dma-mapping.h> 30 #include <linux/mailbox/brcm-message.h> 50 (!((addr) & ((0x1 << RING_BD_ALIGN_ORDER) - 1))) 66 /* Per-Ring register offsets */ 316 return -EIO; in flexrm_cmpl_desc_to_error() 322 return -ETIMEDOUT; in flexrm_cmpl_desc_to_error() 407 * by one or more non-HEADER descriptors (SRC, SRCT, MSRC, DST, in flexrm_enqueue_desc() 408 * DSTT, MDST, IMM, and IMMT). The number of non-HEADER descriptors in flexrm_enqueue_desc() 411 * means we can only have 31 non-HEADER descriptors following one in flexrm_enqueue_desc() [all …]
|