Searched refs:TXDONE_BY_ACK (Results 1 – 3 of 3) sorted by relevance
8 #define TXDONE_BY_ACK BIT(2) /* S/W ACK received by Client ticks the TX */ macro
200 if (unlikely(!(chan->txdone_method & TXDONE_BY_ACK))) { in mbox_client_txdone()340 chan->txdone_method = TXDONE_BY_ACK; in __mbox_bind_client()499 if (chan->txdone_method == TXDONE_BY_ACK) in mbox_free_channel()538 txdone = TXDONE_BY_ACK; in mbox_controller_register()
376 mbox->chan->txdone_method = TXDONE_BY_ACK; in omap_mbox_startup()