Searched refs:cec_txint (Results 1 – 1 of 1) sorted by relevance
926 unsigned int cec_rxint, cec_txint; in tc358743_cec_handler() local930 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()