Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dtc358743.c926 unsigned int cec_rxint, cec_txint; in tc358743_cec_handler() local
930 cec_txint = i2c_rd32(sd, CECTSTAT); in tc358743_cec_handler()
938 if ((intstatus & MASK_CEC_TINT) && cec_txint) { in tc358743_cec_handler()
939 if (cec_txint & MASK_CECTIEND) in tc358743_cec_handler()
942 else if (cec_txint & MASK_CECTIAL) in tc358743_cec_handler()
945 else if (cec_txint & MASK_CECTIACK) in tc358743_cec_handler()
948 else if (cec_txint & MASK_CECTIUR) { in tc358743_cec_handler()