Home
last modified time | relevance | path

Searched +full:stih407 +full:- +full:mailbox (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm/boot/dts/st/
H A Dstih407-family.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
6 #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 …]
/linux/Documentation/devicetree/bindings/mailbox/
H A Dst,sti-mailbox.yaml1 # 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 platform
10 Each ST Mailbox IP currently consists of 4 instances of 32 channels.
15 - Patrice Chotard <patrice.chotard@foss.st.com>
19 const: st,stih407-mailbox
24 mbox-name:
26 description: name of the mailbox IP
[all …]
/linux/drivers/mailbox/
H A Dmailbox-sti.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * STi Mailbox
24 #include "mailbox.h"
36 #define MBOX_BASE(mdev, inst) ((mdev)->base + ((inst) * 4))
39 * struct sti_mbox_device - STi Mailbox device data
44 * @name: Name of the mailbox
48 * An IP Mailbox is currently composed of 4 instances
50 * This means that we have 128 channels per Mailbox
63 * struct sti_mbox_pdata - STi Mailbox platform specific configuration
65 * @num_inst: Maximum number of instances in one HW Mailbox
[all …]
/linux/drivers/gpu/drm/sti/
H A Dsti_hqvdp.c1 // SPDX-License-Identifier: GPL-2.0
9 #include <linux/dma-mapping.h>
31 #define HQVDP_FMW_NAME "hqvdp-stih407.bin"
376 * -1 in error cases
381 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 cases
409 u32 cmd = hqvdp->hqvdp_cmd_paddr; in sti_hqvdp_get_curr_cmd()
[all …]
/linux/
H A DMAINTAINERS5 ---------------------------------------------------
21 W: *Web-page* with status/info
23 B: URI for where to file *bugs*. A web-page with detailed bug
28 patches to the given subsystem. This is either an in-tree file,
29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
46 N: [^a-z]tegra all files whose path contains tegra
64 ----------------
83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
85 L: linux-scsi@vger.kernel.org
88 F: drivers/scsi/3w-*
[all …]