Home
last modified time | relevance | path

Searched refs:MAILBOX_IRQENABLE (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/mailbox/
Domap-mailbox.c42 #define MAILBOX_IRQENABLE(type, u) (type ? OMAP4_MAILBOX_IRQENABLE(u) : \ macro
604 reg = MAILBOX_IRQENABLE(mdev->intr_type, usr); in omap_mbox_suspend()
620 reg = MAILBOX_IRQENABLE(mdev->intr_type, usr); in omap_mbox_resume()
795 fifo->irqenable = MAILBOX_IRQENABLE(intr_type, finfo->tx_usr); in omap_mbox_probe()
803 fifo->irqenable = MAILBOX_IRQENABLE(intr_type, finfo->rx_usr); in omap_mbox_probe()