Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/i2c/
H A Dtc358743.c1131 u8 cbit_int = i2c_rd8(sd, CBIT_INT) & ~cbit_int_mask; in tc358743_hdmi_cbit_int_handler() local
1133 i2c_wr8(sd, CBIT_INT, cbit_int); in tc358743_hdmi_cbit_int_handler()
1135 v4l2_dbg(3, debug, sd, "%s: CBIT_INT = 0x%02x\n", __func__, cbit_int); in tc358743_hdmi_cbit_int_handler()
1137 if (cbit_int & MASK_I_CBIT_FS) { in tc358743_hdmi_cbit_int_handler()
1143 cbit_int &= ~MASK_I_CBIT_FS; in tc358743_hdmi_cbit_int_handler()
1148 if (cbit_int & (MASK_I_AF_LOCK | MASK_I_AF_UNLOCK)) { in tc358743_hdmi_cbit_int_handler()
1154 cbit_int &= ~(MASK_I_AF_LOCK | MASK_I_AF_UNLOCK); in tc358743_hdmi_cbit_int_handler()
1159 if (cbit_int) { in tc358743_hdmi_cbit_int_handler()
1161 __func__, cbit_int); in tc358743_hdmi_cbit_int_handler()