Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/cec/platform/stm32/
H A Dstm32-cec.c56 #define ALL_TX_IT (TXEND | TXBR | TXACKE | TXERR | TXUDR | ARBLST) 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()
149 if (cec->irq_status & ALL_TX_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()
/kernel/linux/linux-6.6/drivers/media/cec/platform/stm32/
H A Dstm32-cec.c55 #define ALL_TX_IT (TXEND | TXBR | TXACKE | TXERR | TXUDR | ARBLST) macro
83 regmap_update_bits(cec->regmap, CEC_IER, ALL_TX_IT | ALL_RX_IT, in cec_hw_init()
84 ALL_TX_IT | ALL_RX_IT); in cec_hw_init()
148 if (cec->irq_status & ALL_TX_IT) in stm32_cec_irq_thread()
166 ALL_TX_IT | ALL_RX_IT, in stm32_cec_irq_handler()
167 ALL_TX_IT | ALL_RX_IT); in stm32_cec_irq_handler()

Completed in 2 milliseconds