Home
last modified time | relevance | path

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

/linux/drivers/media/cec/platform/stm32/
A Dstm32-cec.c57 #define ALL_RX_IT (RXEND | RXBR | RXACKE | RXOVR) macro
84 regmap_update_bits(cec->regmap, CEC_IER, ALL_TX_IT | ALL_RX_IT, in cec_hw_init()
85 ALL_TX_IT | ALL_RX_IT); in cec_hw_init()
152 if (cec->irq_status & ALL_RX_IT) in stm32_cec_irq_thread()
167 ALL_TX_IT | ALL_RX_IT, in stm32_cec_irq_handler()
168 ALL_TX_IT | ALL_RX_IT); in stm32_cec_irq_handler()

Completed in 3 milliseconds