Searched +full:stih407 +full:- +full:mailbox (Results 1 – 5 of 5) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.0-only6 #include "stih407-pinctrl.dtsi"7 #include <dt-bindings/mfd/st-lpc.h>8 #include <dt-bindings/phy/phy.h>9 #include <dt-bindings/reset/stih407-resets.h>10 #include <dt-bindings/interrupt-controller/irq-st.h>12 #address-cells = <1>;13 #size-cells = <1>;15 reserved-memory {16 #address-cells = <1>;[all …]
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/mailbox/st,sti-mailbox.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: STMicroelectronics Mailbox Driver for STi platform10 Each ST Mailbox IP currently consists of 4 instances of 32 channels.15 - Patrice Chotard <patrice.chotard@foss.st.com>19 const: st,stih407-mailbox24 mbox-name:26 description: name of the mailbox IP[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * STi Mailbox24 #include "mailbox.h"36 #define MBOX_BASE(mdev, inst) ((mdev)->base + ((inst) * 4))39 * struct sti_mbox_device - STi Mailbox device data44 * @name: Name of the mailbox48 * An IP Mailbox is currently composed of 4 instances50 * This means that we have 128 channels per Mailbox63 * struct sti_mbox_pdata - STi Mailbox platform specific configuration65 * @num_inst: Maximum number of instances in one HW Mailbox[all …]
1 // SPDX-License-Identifier: GPL-2.09 #include <linux/dma-mapping.h>31 #define HQVDP_FMW_NAME "hqvdp-stih407.bin"376 * -1 in error cases381 u32 cmd = hqvdp->hqvdp_cmd_paddr; in sti_hqvdp_get_free_cmd()384 curr_cmd = readl(hqvdp->regs + HQVDP_MBX_CURRENT_CMD); in sti_hqvdp_get_free_cmd()385 next_cmd = readl(hqvdp->regs + HQVDP_MBX_NEXT_CMD); in sti_hqvdp_get_free_cmd()393 return -1; in sti_hqvdp_get_free_cmd()404 * -1 in error cases409 u32 cmd = hqvdp->hqvdp_cmd_paddr; in sti_hqvdp_get_curr_cmd()[all …]
5 ---------------------------------------------------21 W: *Web-page* with status/info23 B: URI for where to file *bugs*. A web-page with detailed bug28 patches to the given subsystem. This is either an in-tree file,29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst46 N: [^a-z]tegra all files whose path contains tegra64 ----------------83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)85 L: linux-scsi@vger.kernel.org88 F: drivers/scsi/3w-*[all …]