Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mailbox/
H A Domap-mailbox.c95 int rx_usr; member
748 finfo->rx_usr = tmp[2]; in omap_mbox_probe()
755 finfo->tx_usr >= num_users || finfo->rx_usr >= num_users) in omap_mbox_probe()
803 fifo->irqenable = MAILBOX_IRQENABLE(intr_type, finfo->rx_usr); in omap_mbox_probe()
804 fifo->irqstatus = MAILBOX_IRQSTATUS(intr_type, finfo->rx_usr); in omap_mbox_probe()
805 fifo->irqdisable = MAILBOX_IRQDISABLE(intr_type, finfo->rx_usr); in omap_mbox_probe()