Searched +full:iproc +full:- +full:pdc +full:- +full:mbox (Results 1 – 2 of 2) sorted by relevance
35 #include <dt-bindings/interrupt-controller/arm-gic.h>36 #include <dt-bindings/clock/bcm-ns2.h>40 interrupt-parent = <&gic>;41 #address-cells = <2>;42 #size-cells = <2>;45 #address-cells = <2>;46 #size-cells = <0>;50 compatible = "arm,cortex-a57";52 enable-method = "psci";53 next-level-cache = <&CLUSTER0_L2>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only7 * Broadcom PDC Mailbox Driver8 * The PDC provides a ring based programming interface to one or more hardware9 * offload engines. For example, the PDC driver works with both SPU-M and SPU210 * cryptographic offload hardware. In some chips the PDC is referred to as MDE,11 * and in others the FA2/FA+ hardware is used with this PDC driver.13 * The PDC driver registers with the Linux mailbox framework as a mailbox14 * controller, once for each PDC instance. Ring 0 for each PDC is registered as15 * a mailbox channel. The PDC driver uses interrupts to determine when data16 * transfers to and from an offload engine are complete. The PDC driver uses[all …]