Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mailbox/
Dmailbox.c189 if (unlikely(!(chan->txdone_method & TXDONE_BY_ACK))) { in mbox_client_txdone()
344 chan->txdone_method |= TXDONE_BY_ACK; in mbox_request_channel()
378 if (chan->txdone_method == (TXDONE_BY_POLL | TXDONE_BY_ACK)) in mbox_free_channel()
417 txdone = TXDONE_BY_ACK; in mbox_controller_register()
Dmailbox.h12 #define TXDONE_BY_ACK BIT(2) /* S/W ACK recevied by Client ticks the TX */ macro
Dpcc.c138 chan->txdone_method |= TXDONE_BY_ACK; in pcc_mbox_request_channel()
162 if (chan->txdone_method == (TXDONE_BY_POLL | TXDONE_BY_ACK)) in pcc_mbox_free_channel()