Home
last modified time | relevance | path

Searched refs:TXEOM (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/cec/platform/stm32/
H A Dstm32-cec.c29 #define TXEOM BIT(2) macro
82 regmap_update_bits(cec->regmap, CEC_CR, TXEOM | TXSOM | CECEN, 0); in cec_hw_init()
116 /* TXEOM is set to command transmission of the last byte */ in stm32_tx_done()
118 regmap_update_bits(cec->regmap, CEC_CR, TXEOM, TXEOM); in stm32_tx_done()
226 * TXEOM must be set before of TXSOM. in stm32_cec_adap_transmit()
229 regmap_update_bits(cec->regmap, CEC_CR, TXEOM, TXEOM); in stm32_cec_adap_transmit()
/kernel/linux/linux-6.6/drivers/media/cec/platform/stm32/
H A Dstm32-cec.c28 #define TXEOM BIT(2) macro
81 regmap_update_bits(cec->regmap, CEC_CR, TXEOM | TXSOM | CECEN, 0); in cec_hw_init()
115 /* TXEOM is set to command transmission of the last byte */ in stm32_tx_done()
117 regmap_update_bits(cec->regmap, CEC_CR, TXEOM, TXEOM); in stm32_tx_done()
225 * TXEOM must be set before of TXSOM. in stm32_cec_adap_transmit()
228 regmap_update_bits(cec->regmap, CEC_CR, TXEOM, TXEOM); in stm32_cec_adap_transmit()
/kernel/linux/linux-5.10/drivers/tty/
H A Dsynclinkmp.c395 #define TXEOM 0x06 macro

Completed in 14 milliseconds