Searched refs:misc_int (Results 1 – 1 of 1) sorted by relevance
1120 u8 misc_int = i2c_rd8(sd, MISC_INT) & ~misc_int_mask; in tc358743_hdmi_misc_int_handler() local 1122 i2c_wr8(sd, MISC_INT, misc_int); in tc358743_hdmi_misc_int_handler() 1124 v4l2_dbg(3, debug, sd, "%s: MISC_INT = 0x%02x\n", __func__, misc_int); in tc358743_hdmi_misc_int_handler() 1126 if (misc_int & MASK_I_SYNC_CHG) { in tc358743_hdmi_misc_int_handler() 1137 misc_int &= ~MASK_I_SYNC_CHG; in tc358743_hdmi_misc_int_handler() 1142 if (misc_int) { in tc358743_hdmi_misc_int_handler() 1144 __func__, misc_int); in tc358743_hdmi_misc_int_handler()