Searched refs:mboxes (Results 1 – 12 of 12) sorted by relevance
94 struct omap_mbox **mboxes; member442 struct omap_mbox **mboxes = mdev->mboxes; in omap_mbox_device_find() local445 if (!mboxes) in omap_mbox_device_find()448 for (i = 0; (_mbox = mboxes[i]); i++) { in omap_mbox_device_find()513 struct omap_mbox **mboxes; in omap_mbox_register() local515 if (!mdev || !mdev->mboxes) in omap_mbox_register()518 mboxes = mdev->mboxes; in omap_mbox_register()519 for (i = 0; mboxes[i]; i++) { in omap_mbox_register()520 struct omap_mbox *mbox = mboxes[i]; in omap_mbox_register()538 device_unregister(mboxes[i]->dev); in omap_mbox_register()[all …]
51 u32 mboxes; member312 u32 opregion_phy, mboxes; in psb_intel_opregion_setup() local340 mboxes = opregion->header->mboxes; in psb_intel_opregion_setup()341 if (mboxes & MBOX_ACPI) { in psb_intel_opregion_setup()346 if (mboxes & MBOX_ASLE) { in psb_intel_opregion_setup()
22 - mboxes: List of phandle and mailbox channel specifiers.28 'mboxes' while requesting a mailbox. Instead the36 mboxes = <&mailbox 0
35 "mboxes" and the optional "mbox-names" (please see37 of the mboxes property should contain a phandle to the mailbox controller47 mboxes = <&mbox_tx 0>,
81 them using the common mailbox binding properties, "mboxes" and the optional83 for details). Each value of the mboxes property should contain a phandle to the114 mboxes = <&mailbox &mbox_dsp>;
42 mboxes = <&mhu 1>; /* HP-NonSecure */
64 u32 mboxes; member861 u32 asls, mboxes; in intel_opregion_setup() local892 mboxes = ioread32(&opregion->header->mboxes); in intel_opregion_setup()893 if (mboxes & MBOX_ACPI) { in intel_opregion_setup()898 if (mboxes & MBOX_SWSCI) { in intel_opregion_setup()903 if (mboxes & MBOX_ASLE) { in intel_opregion_setup()
105 /* ASync mailbox is listed second in 'mboxes' property */112 /* Sync mailbox is listed first in 'mboxes' property */
265 uint32_t mboxes; in qla2x00_mbx_completion() local271 mboxes = (1 << ha->mbx_count) - 1; in qla2x00_mbx_completion()275 mboxes = ha->mcp->in_mb; in qla2x00_mbx_completion()280 mboxes >>= 1; in qla2x00_mbx_completion()286 if ((cnt == 4 || cnt == 5) && (mboxes & BIT_0)) in qla2x00_mbx_completion()288 else if (mboxes & BIT_0) in qla2x00_mbx_completion()292 mboxes >>= 1; in qla2x00_mbx_completion()2462 uint32_t mboxes; in qla24xx_mbx_completion() local2468 mboxes = (1 << ha->mbx_count) - 1; in qla24xx_mbx_completion()2472 mboxes = ha->mcp->in_mb; in qla24xx_mbx_completion()[all …]
50 uint32_t mboxes; in qlafx00_mailbox_command() local116 mboxes = mcp->out_mb; in qlafx00_mailbox_command()119 if (mboxes & BIT_0) in qlafx00_mailbox_command()122 mboxes >>= 1; in qlafx00_mailbox_command()193 mboxes = mcp->in_mb; in qlafx00_mailbox_command()195 if (mboxes & BIT_0) in qlafx00_mailbox_command()198 mboxes >>= 1; in qlafx00_mailbox_command()
45 uint32_t mboxes; in qla2x00_mailbox_command() local120 mboxes = mcp->out_mb; in qla2x00_mailbox_command()128 if (mboxes & BIT_0) { in qla2x00_mailbox_command()134 mboxes >>= 1; in qla2x00_mailbox_command()250 mboxes = mcp->in_mb; in qla2x00_mailbox_command()255 if (mboxes & BIT_0) { in qla2x00_mailbox_command()261 mboxes >>= 1; in qla2x00_mailbox_command()
228 * Since mboxes are now unconditionally allocated outside of the