Home
last modified time | relevance | path

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

/drivers/mailbox/
Dmailbox.h6 #define TXDONE_BY_IRQ BIT(0) /* controller has remote RTR irq */ macro
Dmailbox.c172 if (unlikely(!(chan->txdone_method & TXDONE_BY_IRQ))) { in mbox_chan_txdone()
487 txdone = TXDONE_BY_IRQ; in mbox_controller_register()
Dtegra-hsp.c434 chan->txdone_method = TXDONE_BY_IRQ; in tegra_hsp_mailbox_startup()