Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/i2c/
Dtc358743.c1100 u8 cbit_int = i2c_rd8(sd, CBIT_INT) & ~cbit_int_mask; in tc358743_hdmi_cbit_int_handler() local
1102 i2c_wr8(sd, CBIT_INT, cbit_int); in tc358743_hdmi_cbit_int_handler()
1104 v4l2_dbg(3, debug, sd, "%s: CBIT_INT = 0x%02x\n", __func__, cbit_int); in tc358743_hdmi_cbit_int_handler()
1106 if (cbit_int & MASK_I_CBIT_FS) { in tc358743_hdmi_cbit_int_handler()
1112 cbit_int &= ~MASK_I_CBIT_FS; in tc358743_hdmi_cbit_int_handler()
1117 if (cbit_int & (MASK_I_AF_LOCK | MASK_I_AF_UNLOCK)) { in tc358743_hdmi_cbit_int_handler()
1123 cbit_int &= ~(MASK_I_AF_LOCK | MASK_I_AF_UNLOCK); in tc358743_hdmi_cbit_int_handler()
1128 if (cbit_int) { in tc358743_hdmi_cbit_int_handler()
1130 __func__, cbit_int); in tc358743_hdmi_cbit_int_handler()