Searched refs:cec_txint (Results 1 – 1 of 1) sorted by relevance
953 unsigned int cec_rxint, cec_txint; in tc358743_cec_handler() local957 cec_txint = i2c_rd32(sd, CECTSTAT); in tc358743_cec_handler()965 if ((intstatus & MASK_CEC_TINT) && cec_txint) { in tc358743_cec_handler()966 if (cec_txint & MASK_CECTIEND) in tc358743_cec_handler()969 else if (cec_txint & MASK_CECTIAL) in tc358743_cec_handler()972 else if (cec_txint & MASK_CECTIACK) in tc358743_cec_handler()975 else if (cec_txint & MASK_CECTIUR) { in tc358743_cec_handler()