Home
last modified time | relevance | path

Searched +full:asc +full:- +full:mailbox +full:- +full:v4 (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/boot/dts/apple/
H A Dt600x-nvme.dtsi1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
9 compatible = "apple,t6000-asc-mailbox", "apple,asc-mailbox-v4";
11 interrupt-parent = <&aic>;
16 interrupt-names = "send-empty", "send-not-empty",
17 "recv-empty", "recv-not-empty";
18 power-domains = <&DIE_NODE(ps_ans2)>;
19 #mbox-cells = <0>;
23 compatible = "apple,t6000-sart";
25 power-domains = <&DIE_NODE(ps_ans2)>;
29 compatible = "apple,t6000-nvme-ans2", "apple,nvme-ans2";
[all …]
/linux/drivers/soc/apple/
H A Dmailbox.c1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
3 * Apple mailbox driver
7 * This driver adds support for two mailbox variants (called ASC and M3 by
9 * exchange 64+32 bit messages between the main CPU and a co-processor.
13 * Both the main CPU and the co-processor see the same set of registers but
33 #include "mailbox.h"
110 spin_lock_irqsave(&mbox->tx_lock, flags); in apple_mbox_send()
111 mbox_ctrl = readl_relaxed(mbox->regs + mbox->hw->a2i_control); in apple_mbox_send()
113 while (mbox_ctrl & mbox->hw->control_full) { in apple_mbox_send()
116 mbox->regs + mbox->hw->a2i_control, mbox_ctrl, in apple_mbox_send()
[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 …]