Home
last modified time | relevance | path

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

123

/openbmc/linux/drivers/mailbox/
H A DKconfig3 bool "Mailbox Hardware Support"
12 tristate "Apple Mailbox driver"
24 tristate "ARM MHU Mailbox"
32 tristate "ARM MHUv2 Mailbox"
39 tristate "i.MX Mailbox"
45 tristate "Platform MHU Mailbox"
55 bool "ARM PL320 Mailbox"
114 tristate "Altera Mailbox"
122 tristate "BCM2835 Mailbox"
127 BCM2835 Mailbox.
[all …]
/openbmc/openbmc/meta-yadro/recipes-phosphor/dbus/phosphor-dbus-interfaces/
H A D0001-Add-boot-initiator-mailbox-interface.patch6 Add the xyz.openbmc_project.Control.Boot.Mailbox interface to allow
16 .../Control/Boot/Mailbox/meson.build | 14 +++++
18 .../Control/Boot/Mailbox.interface.yaml | 63 +++++++++++++++++++
23 …git a/gen/xyz/openbmc_project/Control/Boot/Mailbox/meson.build b/gen/xyz/openbmc_project/Control/B…
27 +++ b/gen/xyz/openbmc_project/Control/Boot/Mailbox/meson.build
39 + 'xyz/openbmc_project/Control/Boot/Mailbox',
49 +subdir('Mailbox')
53 + output: [ 'Mailbox.md' ],
59 + 'xyz/openbmc_project/Control/Boot/Mailbox',
67 …ff --git a/xyz/openbmc_project/Control/Boot/Mailbox.interface.yaml b/xyz/openbmc_project/Control/B…
[all …]
/openbmc/u-boot/doc/device-tree-bindings/mailbox/
H A 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
/openbmc/linux/Documentation/devicetree/bindings/mailbox/
H A 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).
H A 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
H A Dst,sti-mailbox.yaml7 title: STMicroelectronics Mailbox Driver for STi platform
10 Each ST Mailbox IP currently consists of 4 instances of 32 channels.
H A Daltera-mailbox.txt1 Altera Mailbox Driver
32 Mailbox client
H A Dhisilicon,hi3660-mailbox.txt1 Hisilicon Hi3660 Mailbox Controller
38 - mboxes : Standard property to specify a Mailbox (See ./mailbox.txt)
H A Dti,omap-mailbox.yaml7 title: TI OMAP2+ and K3 Mailbox devices
13 The OMAP Mailbox hardware facilitates communication between different
46 Mailbox Controller Nodes
48 A Mailbox device node is used to represent a Mailbox IP instance/cluster
52 Mailbox Users
89 The omap-sub-mailbox is a child node within a Mailbox controller device
131 dependent on which interrupt controller the Mailbox device uses. The
H A Dmarvell,armada-3700-rwtm-mailbox.txt1 * rWTM BIU Mailbox driver for Armada 37xx
H A Dxgene-slimpro-mailbox.txt22 Mailbox Node:
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0002-Add-support-for-boot-initiator-mailbox.patch38 +constexpr auto bootMboxIntf = "xyz.openbmc_project.Control.Boot.Mailbox";
60 +// Check if Boot Mailbox is supported.
83 + log<level::ERR>("Error getting Boot/Mailbox/Supported",
112 + log<level::ERR>("Error getting Boot/Mailbox/IANAEnterpriseNumber",
141 + log<level::ERR>("Error getting Boot/Mailbox/Data",
169 + log<level::ERR>("Error setting Boot/Mailbox/Data",
195 + // 4. Get 'Data' vector from Control.Boot.Mailbox
289 + // 1. Mailbox is supported
293 + // 1. Get 'Supported' property from Control.Boot.Mailbox interface
296 + // 4. Get 'Data' array from Control.Boot.Mailbox
[all …]
H A D0001-Add-support-for-persistent-only-settings.patch6 Some settings such as Boot Initiator Mailbox do not support
50 + // setting mode (e.g. Boot Initiator Mailbox).
/openbmc/linux/drivers/scsi/aacraid/
H A Drx.c49 aac_printf(dev, readl (&dev->IndexRegs->Mailbox[5])); in aac_rx_intr_producer()
171 writel(command, &dev->IndexRegs->Mailbox[0]); in rx_sync_cmd()
175 writel(p1, &dev->IndexRegs->Mailbox[1]); in rx_sync_cmd()
176 writel(p2, &dev->IndexRegs->Mailbox[2]); in rx_sync_cmd()
177 writel(p3, &dev->IndexRegs->Mailbox[3]); in rx_sync_cmd()
178 writel(p4, &dev->IndexRegs->Mailbox[4]); in rx_sync_cmd()
233 *status = readl(&dev->IndexRegs->Mailbox[0]); in rx_sync_cmd()
235 *r1 = readl(&dev->IndexRegs->Mailbox[1]); in rx_sync_cmd()
237 *r2 = readl(&dev->IndexRegs->Mailbox[2]); in rx_sync_cmd()
239 *r3 = readl(&dev->IndexRegs->Mailbox[3]); in rx_sync_cmd()
[all …]
H A Dsrc.c129 writel(events, &dev->IndexRegs->Mailbox[0]); in aac_src_intr_message()
220 writel(command, &dev->IndexRegs->Mailbox[0]); in src_sync_cmd()
224 writel(p1, &dev->IndexRegs->Mailbox[1]); in src_sync_cmd()
225 writel(p2, &dev->IndexRegs->Mailbox[2]); in src_sync_cmd()
226 writel(p3, &dev->IndexRegs->Mailbox[3]); in src_sync_cmd()
227 writel(p4, &dev->IndexRegs->Mailbox[4]); in src_sync_cmd()
300 *status = readl(&dev->IndexRegs->Mailbox[0]); in src_sync_cmd()
302 *r1 = readl(&dev->IndexRegs->Mailbox[1]); in src_sync_cmd()
304 *r2 = readl(&dev->IndexRegs->Mailbox[2]); in src_sync_cmd()
306 *r3 = readl(&dev->IndexRegs->Mailbox[3]); in src_sync_cmd()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-intel_sdsi20 EBUSY Mailbox is owned by another agent.
58 a Capability Activation Payload. Mailbox command.
70 fully activate the feature. Mailbox command.
79 utilization metrics of On Demand enabled features. Mailbox
89 information about the current licenses on the CPU. Mailbox
/openbmc/docs/designs/oem/google/
H A Droot_of_trust.md42 - Mailbox API
49 "#RootOfTrust.Mailbox": {
50 "target": "/redfish/v1/RootsOfTrust/0/Actions.Mailbox",
51 "@Redfish.ActionInfo": "/redfish/v1/RootsOfTrust/0/Actions.Mailbox"
64 - name: Mailbox
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0003-Platform-corstone1000-Fix-issues-due-to-adjustment-M.patch4 Subject: [PATCH] Platform:corstone1000:Fix issues due to adjustment Mailbox
7 Adjust Mailbox Agent API parameters patch changed memory check and
/openbmc/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-xgene-slimpro.txt1 APM X-Gene SLIMpro Mailbox I2C Driver
/openbmc/u-boot/doc/device-tree-bindings/firmware/
H A Dti,sci.txt29 "rx" - Mailbox corresponding to receive path
30 "tx" - Mailbox corresponding to transmit path
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/settings/phosphor-settings-manager/
H A Dbootmailbox.override.yml3 - Interface: xyz.openbmc_project.Control.Boot.Mailbox
/openbmc/openbmc/poky/meta/site/
H A Dcommon13 shadow_cv_mailfile=Mailbox
/openbmc/linux/Documentation/devicetree/bindings/crypto/
H A Dbrcm,spu-crypto.txt15 Mailbox channels correspond to DMA rings on the device.
/openbmc/u-boot/drivers/mailbox/
H A DKconfig1 menu "Mailbox Controller Support"
/openbmc/linux/Documentation/devicetree/bindings/hwmon/
H A Damd,sbrmi.yaml17 Mailbox Service Request and resembles a typical 8-pin remote power

123