Searched refs:CEC_CR (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/media/cec/platform/stm32/ ! |
D | stm32-cec.c | 22 #define CEC_CR 0x0000 /* Control Register */ macro 82 regmap_update_bits(cec->regmap, CEC_CR, TXEOM | TXSOM | CECEN, 0); in cec_hw_init() 118 regmap_update_bits(cec->regmap, CEC_CR, TXEOM, TXEOM); in stm32_tx_done() 184 regmap_update_bits(cec->regmap, CEC_CR, CECEN, CECEN); in stm32_cec_adap_enable() 188 regmap_update_bits(cec->regmap, CEC_CR, CECEN, 0); in stm32_cec_adap_enable() 201 regmap_read_poll_timeout(cec->regmap, CEC_CR, val, !(val & TXSOM), in stm32_cec_adap_log_addr() 203 regmap_update_bits(cec->regmap, CEC_CR, CECEN, 0); in stm32_cec_adap_log_addr() 210 regmap_update_bits(cec->regmap, CEC_CR, CECEN, CECEN); in stm32_cec_adap_log_addr() 229 regmap_update_bits(cec->regmap, CEC_CR, TXEOM, TXEOM); in stm32_cec_adap_transmit() 232 regmap_update_bits(cec->regmap, CEC_CR, TXSOM, TXSOM); in stm32_cec_adap_transmit()
|