Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/cec/platform/stm32/
H A Dstm32-cec.c44 #define TXACKE BIT(12) macro
55 #define ALL_TX_IT (TXEND | TXBR | TXACKE | TXERR | TXUDR | ARBLST)
103 if (status & TXACKE) { in stm32_tx_done()