Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mailbox/
Domap-mailbox.c42 #define MAILBOX_IRQENABLE(type, u) (type ? OMAP4_MAILBOX_IRQENABLE(u) : \ macro
618 reg = MAILBOX_IRQENABLE(mdev->intr_type, usr); in omap_mbox_suspend()
634 reg = MAILBOX_IRQENABLE(mdev->intr_type, usr); in omap_mbox_resume()
810 fifo->irqenable = MAILBOX_IRQENABLE(intr_type, finfo->tx_usr); in omap_mbox_probe()
818 fifo->irqenable = MAILBOX_IRQENABLE(intr_type, finfo->rx_usr); in omap_mbox_probe()