Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/stm32/
Dstm32-cec.c56 #define ALL_TX_IT (TXEND | TXBR | TXACKE | TXERR | TXUDR | ARBLST) macro
77 regmap_update_bits(cec->regmap, CEC_IER, ALL_TX_IT | ALL_RX_IT, in cec_hw_init()
78 ALL_TX_IT | ALL_RX_IT); in cec_hw_init()
142 if (cec->irq_status & ALL_TX_IT) in stm32_cec_irq_thread()
160 ALL_TX_IT | ALL_RX_IT, in stm32_cec_irq_handler()
161 ALL_TX_IT | ALL_RX_IT); in stm32_cec_irq_handler()