Lines Matching full:outbox
37 /* Bit and mask definiation for outbox's SPRD_MBOX_FIFO_STS register */
49 /* Bit and mask definiation for outbox's SPRD_MBOX_IRQ_MSK register */
110 dev_warn_ratelimited(priv->dev, "spurious outbox interrupt\n"); in sprd_mbox_outbox_isr()
126 /* Trigger to update outbox FIFO pointer */ in sprd_mbox_outbox_isr()
226 /* Select outbox FIFO mode and reset the outbox FIFO status */ in sprd_mbox_startup()
234 /* Enable outbox FIFO not empty interrupt */ in sprd_mbox_startup()
250 /* Disable inbox & outbox interrupt */ in sprd_mbox_shutdown()
287 * core, and uses an outbox to receive messages from other cores. in sprd_mbox_probe()
290 * and IRQ numbers for inbox and outbox. in sprd_mbox_probe()
334 dev_err(dev, "failed to request outbox IRQ: %d\n", ret); in sprd_mbox_probe()
338 /* Get the default outbox FIFO depth */ in sprd_mbox_probe()