Home
last modified time | relevance | path

Searched refs:TXDONE_BY_IRQ (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/mailbox/
H A Dmailbox.h6 #define TXDONE_BY_IRQ BIT(0) /* controller has remote RTR irq */ macro
H A Dmailbox.c178 if (unlikely(!(chan->txdone_method & TXDONE_BY_IRQ))) { in mbox_chan_txdone()
493 txdone = TXDONE_BY_IRQ; in mbox_controller_register()
H A Dtegra-hsp.c434 chan->txdone_method = TXDONE_BY_IRQ; in tegra_hsp_mailbox_startup()
/kernel/linux/linux-6.6/drivers/mailbox/
H A Dmailbox.h6 #define TXDONE_BY_IRQ BIT(0) /* controller has remote RTR irq */ macro
H A Dmailbox.c179 if (unlikely(!(chan->txdone_method & TXDONE_BY_IRQ))) { in mbox_chan_txdone()
534 txdone = TXDONE_BY_IRQ; in mbox_controller_register()
H A Dtegra-hsp.c509 chan->txdone_method = TXDONE_BY_IRQ; in tegra_hsp_mailbox_startup()

Completed in 5 milliseconds