Home
last modified time | relevance | path

Searched +full:mbox +full:- +full:name (Results 1 – 25 of 177) sorted by relevance

12345678

/freebsd-src/contrib/dma/
H A Dlocal.c2 * Copyright (c) 2008-2014, Simon Schubert <2@0x2c.org>.
18 * 3. Neither the name of The DragonFly Project nor the names of its
55 create_mbox(const char *name) in create_mbox() argument
63 int r = -1; in create_mbox()
79 if (maxfd == -1) in create_mbox()
85 execl(LIBEXEC_PATH "/dma-mbox-create", "dma-mbox-create", name, (char *)NULL); in create_mbox()
86 syslog(LOG_ERR, "cannot execute "LIBEXEC_PATH"/dma-mbox-create: %m"); in create_mbox()
97 if (waitchild == -1 && e == EINTR) { in create_mbox()
98 syslog(LOG_ERR, "hung child while creating mbox `%s': %m", name); in create_mbox()
102 if (waitchild == -1) { in create_mbox()
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/mailbox/
H A Dti,omap-mailbox.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mailbox/ti,omap-mailbox.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Suman Anna <s-anna@ti.com>
35 lines can also be routed to different processor sub-systems on DRA7xx as they
49 within a SoC. The sub-mailboxes (actual communication channels) are
56 "mbox-names" (please see Documentation/devicetree/bindings/mailbox/mailbox.txt
59 phandle to the intended sub-mailbox child node to be used for communication.
60 The equivalent "mbox-names" property value can be used to give a name to the
[all …]
H A Domap-mailbox.txt25 routed to different processor sub-systems on DRA7xx as they are routed through
38 a SoC. The sub-mailboxes are represented as child nodes of this parent node.
41 --------------------
42 - compatible: Should be one of the following,
43 "ti,omap2-mailbox" for OMAP2420, OMAP2430 SoCs
44 "ti,omap3-mailbox" for OMAP3430, OMAP3630 SoCs
45 "ti,omap4-mailbox" for OMAP44xx, OMAP54xx, AM33xx,
47 "ti,am654-mailbox" for K3 AM65x and J721E SoCs
48 "ti,am64-mailbox" for K3 AM64x SoCs
49 - reg: Contains the mailbox register address range (base
[all …]
H A Dsti-mailbox.txt7 ----------
10 - compatible : Should be "st,stih407-mailbox"
11 - reg : Offset and length of the device's register set
12 - mbox-name : Name of the mailbox
13 - #mbox-cells: : Must be 2
15 phandle : Label name of controller
20 - interrupts : Contains the IRQ line for a Rx mailbox
25 compatible = "st,stih407-mailbox";
28 #mbox-cells = <2>;
29 mbox-name = "a9";
[all …]
H A Dhisilicon,hi6220-mailbox.txt13 --------------------
14 - compatible: Shall be "hisilicon,hi6220-mbox"
15 - reg: Contains the mailbox register address range (base
19 - #mbox-cells: Common mailbox binding property to identify the number
22 phandle: Label name of mailbox controller
28 - interrupts: Contains the interrupt information for the mailbox
33 --------------------
34 - hi6220,mbox-tx-noirq: Property of MCU firmware's feature, so mailbox driver
40 --------
43 compatible = "hisilicon,hi6220-mbox";
[all …]
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#
15 - Patrice Chotard <patrice.chotard@foss.st.com>
19 const: st,stih407-mailbox
24 mbox-name:
26 description: name of the mailbox IP
32 "#mbox-cells":
36 - compatible
[all …]
H A Dhisilicon,hi3660-mailbox.txt9 ----------
12 - compatible: : Shall be "hisilicon,hi3660-mbox"
13 - reg: : Offset and length of the device's register set
14 - #mbox-cells: : Must be 3
16 phandle : Label name of controller
21 - interrupts: : Contains the two IRQ lines for mailbox.
26 compatible = "hisilicon,hi3660-mbox";
30 #mbox-cells = <3>;
34 ------
37 - compatible : See the client docs
[all …]
H A Daltera-mailbox.txt5 - compatible : "altr,mailbox-1.0".
6 - reg : physical base address of the mailbox and length of
8 - #mbox-cells: Common mailbox binding property to identify the number
12 - interrupts : interrupt number. The interrupt specifier format
17 compatible = "altr,mailbox-1.0";
19 interrupt-parent = < &gic_0 >;
21 #mbox-cells = <1>;
25 compatible = "altr,mailbox-1.0";
27 interrupt-parent = < &gic_0 >;
29 #mbox-cells = <1>;
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-j721e-som-p0.dtsi1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
3 * Copyright (C) 2019-2024 Texas Instruments Incorporated - https://www.ti.com/
8 /dts-v1/;
10 #include "k3-j721e.dtsi"
15 bootph-all;
21 reserved_memory: reserved-memor
[all...]
H A Dk3-j721s2-som-p0.dtsi1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
5 * Copyright (C) 2021-2024 Texas Instruments Incorporated - https://www.ti.com/
8 /dts-v1/;
10 #include "k3-j721s2.dtsi"
11 #include <dt-bindings/gpio/gpio.h>
16 bootph-al
[all...]
H A Dk3-j784s4-evm.dts1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
3 * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/
8 /dts-v1/;
10 #include <dt-bindings/net/ti-dp83867.h>
11 #include <dt-binding
[all...]
H A Dk3-am69-sk.dts1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
3 * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/
9 /dts-v1/;
11 #include <dt-bindings/net/ti-dp83867.h>
12 #include <dt-binding
[all...]
H A Dk3-j7200-som-p0.dtsi1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
3 * Copyright (C) 2020-2024 Texas Instruments Incorporated - https://www.ti.com/
6 /dts-v1/;
8 #include <dt-bindings/gpio/gpio.h>
10 #include "k3-j7200.dtsi"
15 bootph-al
[all...]
H A Dk3-j721e-sk.dts1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
3 * Copyright (C) 2021-2024 Texas Instruments Incorporated - https://www.ti.com/
5 * J721E SK URL: https://www.ti.com/tool/SK-TDA4VM
8 /dts-v1/;
10 #include "k3-j721e.dtsi"
11 #include <dt-binding
[all...]
H A Dk3-am642-tqma64xxl.dtsi1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
3 * Copyright (C) 2021 Texas Instruments Incorporated - https://www.ti.com/
4 * Copyright (c) 2022-2024 TQ-Systems GmbH <linux@ew.tq-group.com>, D-82229 Seefeld, Germany.
7 #include "k3-am64
[all...]
H A Dk3-j721e-beagleboneai64.dts1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
3 * https://beagleboard.org/ai-64
4 * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/
5 * Copyright (C) 2022-2024 Jason Kridner, BeagleBoard.org Foundation
6 * Copyright (C) 2022-2024 Robert Nelson, BeagleBoard.org Foundation
9 /dts-v
[all...]
H A Dk3-am65-main.dtsi1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
5 * Copyright (C) 2016-2024 Texas Instruments Incorporated - https://www.ti.com/
7 #include <dt-bindings/phy/phy-am654-serdes.h>
11 compatible = "mmio-sra
[all...]
H A Dk3-j784s4-main.dtsi1 // SPDX-License-Identifier: GPL-2.0-only OR MIT
5 * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/
8 #include <dt-bindings/mux/mux.h>
9 #include <dt-bindings/phy/phy.h>
10 #include <dt-bindings/phy/phy-t
[all...]
/freebsd-src/share/doc/usd/07.mail/
H A Dmail2.nr12 .\" 3. Neither the name of the University nor the names of its contributors
35 message to a user whose login name is, say,
43 an EOT (control\-d) at the beginning of a line, which will cause
54 abort the letter with a \s-2RUBOUT\s0. Typing a single \s-2RUBOUT\s0
59 (Interrupt -- one more to kill letter)
62 \s-2RUBOUT\s0 causes
72 typed, preceded by a line telling who sent the message (your login name)
82 <Control\-d>
99 your command. The messages are assigned numbers starting with 1 \*- you
181 You may then type in your letter in reply, followed by a <control-d>
[all …]
/freebsd-src/usr.sbin/mfiutil/
H A Dmfi_volume.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
66 mbox_store_ldref(uint8_t *mbox, union mfi_ld_ref *ref) in mbox_store_ldref() argument
69 mbox[0] = ref->v.target_id; in mbox_store_ldref()
70 mbox[1] = ref->v.reserved; in mbox_store_ldref()
71 mbox[2] = ref->v.seq & 0xff; in mbox_store_ldref()
72 mbox[3] = ref->v.seq >> 8; in mbox_store_ldref()
87 uint8_t mbox[1]; in mfi_ld_get_info() local
89 mbox[0] = target_id; in mfi_ld_get_info()
91 sizeof(struct mfi_ld_info), mbox, 1, statusp)); in mfi_ld_get_info()
[all …]
H A Dmfi_flash.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
60 strcpy(header.name, "Name"); in display_pending_firmware()
77 mbox_store_word(uint8_t *mbox, uint32_t val) in mbox_store_word() argument
80 mbox[0] = val & 0xff; in mbox_store_word()
81 mbox[ in mbox_store_word()
95 uint8_t mbox[4], status; flash_adapter() local
[all...]
/freebsd-src/sys/dev/qlxge/
H A Dqls_hw.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2013-2014 Qlogic Corporation
96 return (ha->num_rx_rings); in qls_get_msix_count()
107 if (err || !req->newptr) in qls_syctl_mpi_dump()
125 if (err || !req->newptr) in qls_syctl_link_status()
141 dev = ha->pci_dev; in qls_hw_add_sysctls()
143 ha->num_rx_rings = MAX_RX_RINGS; ha->num_tx_rings = MAX_TX_RINGS; in qls_hw_add_sysctls()
147 OID_AUTO, "num_rx_rings", CTLFLAG_RD, &ha->num_rx_rings, in qls_hw_add_sysctls()
148 ha->num_rx_rings, "Number of Completion Queues"); in qls_hw_add_sysctls()
[all …]
/freebsd-src/usr.bin/mail/
H A Dmail.112 .\" 3. Neither the name of the University nor the names of its contributors
31 .Sh NAME
40 .Op Fl c Ar cc-addr
41 .Op Fl b Ar bcc-addr
43 .Ar to-addr ...
44 .Op Fl Ar sendmail-option ...
49 .Op Ar name
57 .Op Fl f Ar name
67 .Bl -tag -width indent
106 Inhibit reading the system-wide
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/dsp/
H A Dfsl,dsp.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Daniel Baluta <daniel.baluta@nxp.com>
11 - Shengjiu Wang <shengjiu.wang@nxp.com>
15 advanced pre- and post- audio processing.
20 - fsl,imx8qxp-dsp
21 - fsl,imx8qm-dsp
22 - fsl,imx8mp-dsp
23 - fsl,imx8ulp-dsp
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm/ti/omap/
H A Ddra74x.dtsi1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com/
16 compatible = "arm,cortex-a15";
18 operating-points-v2 = <&cpu0_opp_table>;
21 clock-names = "cpu";
23 clock-latency = <300000>; /* From omap-cpufreq driver */
26 #cooling-cells = <2>; /* min followed by max */
28 vbb-supply = <&abb_mpu>;
40 compatible = "arm,cortex-a15-pmu";
41 interrupt-parent = <&wakeupgen>;
[all …]

12345678