/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
omap2420.dtsi | 191 mailbox: mailbox@48094000 { label 192 compatible = "ti,omap2-mailbox"; 195 ti,hwmods = "mailbox";
|
omap2430.dtsi | 279 mailbox: mailbox@48094000 { label 280 compatible = "ti,omap2-mailbox"; 283 ti,hwmods = "mailbox";
|
bcm-cygnus.dtsi | 153 mailbox: mailbox@3024024 { label 154 compatible = "brcm,iproc-mailbox"; 170 interrupt-parent = <&mailbox>;
|
bcm-nsp.dtsi | 262 mailbox: mailbox@25c00 { label 344 mboxes = <&mailbox 0>;
|
bcm283x.dtsi | 100 mailbox: mailbox@7e00b880 { label
|
dm816x.dtsi | 342 mailbox: mailbox@480c8000 { label 343 compatible = "ti,omap4-mailbox"; 346 ti,hwmods = "mailbox";
|
omap5-l4.dtsi | 612 mailbox: mailbox@0 { label 613 compatible = "ti,omap4-mailbox";
|
am33xx-l4.dtsi | 339 mboxes = <&mailbox &mbox_wkupm3>; 1564 mailbox: mailbox@0 { label 1565 compatible = "ti,omap4-mailbox";
|
am437x-l4.dtsi | 327 mboxes = <&mailbox &mbox_wkupm3>; 1164 mailbox: mailbox@0 { label 1165 compatible = "ti,omap4-mailbox";
|
omap3.dtsi | 429 mailbox: mailbox@48094000 { label 430 compatible = "ti,omap3-mailbox"; 431 ti,hwmods = "mailbox";
|
omap4-l4.dtsi | 596 mailbox: mailbox@0 { label 597 compatible = "ti,omap4-mailbox";
|
/src/games/hack/ |
hack.unix.c | 374 static char *mailbox; variable in typeref:typename:char * 380 if (!(mailbox = getenv("MAIL"))) 382 if (stat(mailbox, &omstat)) { 384 pline("Cannot get status of MAIL=%s .", mailbox); 385 mailbox = 0; 395 if (!mailbox 402 if (stat(mailbox, &nmstat)) { 404 pline("Cannot get status of MAIL=%s anymore.", mailbox); 405 mailbox = 0; 513 (void) page_file(mailbox, FALSE) [all...] |
/src/sys/dev/pci/qat/ |
qat_hw17.c | 137 uint32_t mailbox; local in function:qat_adm_mailbox_put_msg_sync 143 mailbox = qat_misc_read_4(sc, mb_offset); 144 if (mailbox == 1)
|
qat.c | 936 uint8_t mailbox, ae, nae; local in function:qat_etr_ap_bank_set_ring_dest 939 mailbox = ETR_RING_AP_MAILBOX_NUMBER(ring); 949 __SHIFTIN(mailbox, ETR_AP_DEST_MAILBOX) |
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/apm/ |
apm-shadowcat.dtsi | 566 mailbox: mailbox@10540000 { label 582 mboxes = <&mailbox 0>; 587 mboxes = <&mailbox 7>;
|
apm-storm.dtsi | 740 mailbox: mailbox@10540000 { label 756 mboxes = <&mailbox 0>; 761 mboxes = <&mailbox 7>;
|
/src/sys/dev/ic/ |
aha.c | 347 * what if the mailbox was already received? 856 struct aha_mailbox mailbox; local in function:aha_init 862 * mailbox interface is unlocked. 870 printf("%s: unlocking mailbox interface\n", 942 * Allocate the mailbox and control blocks. 960 * Create and load the DMA map used for the mailbox and 1012 mailbox.cmd.opcode = AHA_MBX_INIT; 1013 mailbox.cmd.nmbx = AHA_MBX_SIZE; 1015 offsetof(struct aha_control, ac_mbx), mailbox.cmd.addr); 1017 sizeof(mailbox.cmd), (u_char *)&mailbox.cmd [all...] |
bha.c | 1255 * Set the mailbox count to precisely the number of HW CCBs 1256 * available. A mailbox isn't required while a CCB is executing, 1260 * This will keep the mailbox count small on boards which don't 1353 struct bha_mailbox mailbox; local in function:bha_init 1359 * Set up the mailbox. We always run the mailbox in round-robin. 1389 * Give the mailbox to the board. 1391 mailbox.cmd.opcode = BHA_MBX_INIT_EXTENDED; 1392 mailbox.cmd.nmbx = sc->sc_mbox_count; 1393 ltophys(sc->sc_dmamap_mbox->dm_segs[0].ds_addr, mailbox.cmd.addr) [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/ |
meson-gx.dtsi | 240 mboxes = <&mailbox 1 &mailbox 2>; 565 mailbox: mailbox@404 { label in label:hiubus
|
meson-axg.dtsi | 149 mboxes = <&mailbox 1 &mailbox 2>; 1272 mailbox: mailbox@ff63c404 { label
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/ |
juno-base.dtsi | 25 mailbox: mhu@2b1f0000 { label 563 mboxes = <&mailbox 1>;
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/ |
hi6220.dtsi | 302 mboxes = <&mailbox 1 0 11>; 792 mailbox: mailbox@f7510000 { label 795 <0x0 0x06dff800 0x0 0x0800>; /* Mailbox buffer */
|
hi3660.dtsi | 383 mailbox: mailbox@e896b000 { label 395 mboxes = <&mailbox 13 3 0>;
|
/src/sys/arch/arc/dti/ |
btl.c | 469 * what if the mailbox was already received? 1069 struct bt_mailbox mailbox; local in function:bt_init 1130 mailbox.cmd.opcode = BT_MBX_INIT_EXTENDED; 1131 mailbox.cmd.nmbx = BT_MBX_SIZE; 1132 ltophys(KVTOPHYS(wmbx), mailbox.cmd.addr); 1133 bt_cmd(iobase, sc, sizeof(mailbox.cmd), (u_char *)&mailbox.cmd,
|
/src/sys/arch/sparc/include/ |
cpu.h | 325 vaddr_t mailbox; /* VA of CPU's mailbox */ member in struct:cpu_info
|