Home
last modified time | relevance | path

Searched refs:Mailbox (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v4.19/drivers/mailbox/
DKconfig2 bool "Mailbox Hardware Support"
4 Mailbox is a framework to control hardware communication between
11 tristate "ARM MHU Mailbox"
19 tristate "i.MX Mailbox"
22 Mailbox implementation for i.MX Messaging Unit (MU).
25 tristate "Platform MHU Mailbox"
35 bool "ARM PL320 Mailbox"
39 Mailbox (IPCM), tailored for the Calxeda Highbank. It is used to
45 tristate "OMAP2+ Mailbox framework support"
48 Mailbox implementation for OMAP family chips with hardware for
[all …]
/Linux-v4.19/Documentation/devicetree/bindings/mailbox/
Dhisilicon,hi6220-mailbox.txt1 Hisilicon Hi6220 Mailbox Driver
9 Mailbox Device Node:
45 <0x0 0x06dff800 0x0 0x0800>; /* Mailbox */
52 Mailbox client
58 - mboxes: Standard property to specify a Mailbox (See ./mailbox.txt)
59 Cells must match 'mbox-cells' (See Mailbox Device Node above).
Dmailbox.txt1 * Generic Mailbox Controller and client driver bindings
3 Generic binding to provide a way for Mailbox controller drivers to
6 * Mailbox Controller
19 * Mailbox Client
Dsti-mailbox.txt1 ST Microelectronics Mailbox Driver
3 Each ST Mailbox IP currently consists of 4 instances of 32 channels. Messages
38 - mboxes : Standard property to specify a Mailbox (See ./mailbox.txt)
Dmeson-mhu.txt1 Amlogic Meson MHU Mailbox Driver
11 Mailbox Device Node:
Dhisilicon,hi3660-mailbox.txt1 Hisilicon Hi3660 Mailbox Controller
38 - mboxes : Standard property to specify a Mailbox (See ./mailbox.txt)
Daltera-mailbox.txt1 Altera Mailbox Driver
32 Mailbox client
Darm-mhu.txt1 ARM MHU Mailbox Driver
13 Mailbox Device Node:
Domap-mailbox.txt1 OMAP2+ Mailbox Driver
28 Mailbox Device Node:
30 A Mailbox device node is used to represent a Mailbox IP instance within a SoC.
86 Mailbox Users:
Dxgene-slimpro-mailbox.txt22 Mailbox Node:
/Linux-v4.19/drivers/scsi/aacraid/
Drx.c63 aac_printf(dev, readl (&dev->IndexRegs->Mailbox[5])); in aac_rx_intr_producer()
176 writel(command, &dev->IndexRegs->Mailbox[0]); in rx_sync_cmd()
180 writel(p1, &dev->IndexRegs->Mailbox[1]); in rx_sync_cmd()
181 writel(p2, &dev->IndexRegs->Mailbox[2]); in rx_sync_cmd()
182 writel(p3, &dev->IndexRegs->Mailbox[3]); in rx_sync_cmd()
183 writel(p4, &dev->IndexRegs->Mailbox[4]); in rx_sync_cmd()
238 *status = readl(&dev->IndexRegs->Mailbox[0]); in rx_sync_cmd()
240 *r1 = readl(&dev->IndexRegs->Mailbox[1]); in rx_sync_cmd()
242 *r2 = readl(&dev->IndexRegs->Mailbox[2]); in rx_sync_cmd()
244 *r3 = readl(&dev->IndexRegs->Mailbox[3]); in rx_sync_cmd()
[all …]
Dsrc.c143 writel(events, &dev->IndexRegs->Mailbox[0]); in aac_src_intr_message()
225 writel(command, &dev->IndexRegs->Mailbox[0]); in src_sync_cmd()
229 writel(p1, &dev->IndexRegs->Mailbox[1]); in src_sync_cmd()
230 writel(p2, &dev->IndexRegs->Mailbox[2]); in src_sync_cmd()
231 writel(p3, &dev->IndexRegs->Mailbox[3]); in src_sync_cmd()
232 writel(p4, &dev->IndexRegs->Mailbox[4]); in src_sync_cmd()
305 *status = readl(&dev->IndexRegs->Mailbox[0]); in src_sync_cmd()
307 *r1 = readl(&dev->IndexRegs->Mailbox[1]); in src_sync_cmd()
309 *r2 = readl(&dev->IndexRegs->Mailbox[2]); in src_sync_cmd()
311 *r3 = readl(&dev->IndexRegs->Mailbox[3]); in src_sync_cmd()
[all …]
Daacraid.h1129 __le32 Mailbox[8]; member
/Linux-v4.19/Documentation/devicetree/bindings/arm/bcm/
Draspberrypi,bcm2835-firmware.txt6 - mboxes: Phandle to the firmware device's Mailbox.
/Linux-v4.19/Documentation/devicetree/bindings/i2c/
Di2c-xgene-slimpro.txt1 APM X-Gene SLIMpro Mailbox I2C Driver
/Linux-v4.19/Documentation/devicetree/bindings/arm/keystone/
Dti,sci.txt29 "rx" - Mailbox corresponding to receive path
30 "tx" - Mailbox corresponding to transmit path
/Linux-v4.19/Documentation/devicetree/bindings/crypto/
Dbrcm,spu-crypto.txt15 Mailbox channels correspond to DMA rings on the device.
/Linux-v4.19/Documentation/
Dmailbox.txt2 The Common Mailbox Framework
/Linux-v4.19/Documentation/devicetree/bindings/arm/
Darm,scmi.txt37 Mailbox doorbell is used as a mechanism to alert the presence of a
/Linux-v4.19/Documentation/target/
Dtcmu-design.txt8 i. Mailbox
111 The Mailbox:
/Linux-v4.19/Documentation/media/v4l-drivers/
Dcx2341x.rst1983 Mailbox slot, -1 if no mailbox required.
2663 Mailbox slot, -1 if no mailbox required.
3611 Mailbox #10 is reserved for DMA transfer information.
3622 - The driver reads the transfer type, offset and size from Mailbox #10.
3633 Mailbox #10
3638 - Name: Mailbox #10
3652 Card "addresses" are derived from the offset supplied by Mailbox #10. Host
/Linux-v4.19/arch/arm64/boot/dts/hisilicon/
Dhi6220-hikey.dts34 * 0x06df,f000 - 0x06df,ffff: Mailbox message data
Dhi6220.dtsi785 <0x0 0x06dff800 0x0 0x0800>; /* Mailbox buffer */
/Linux-v4.19/drivers/message/fusion/lsi/
Dmpi_history.txt681 * 07-12-02 01.02.07 Added structures for Mailbox request and reply.
/Linux-v4.19/drivers/platform/x86/
DKconfig1164 This driver provides support for Intel P-Unit Mailbox IPC mechanism,

12