Searched refs:CBIT_INT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tc358743_regs.h | 310 #define CBIT_INT 0x8505 macro
|
H A D | tc358743.c | 1102 u8 cbit_int = i2c_rd8(sd, CBIT_INT) & ~cbit_int_mask; in tc358743_hdmi_cbit_int_handler() 1104 i2c_wr8(sd, CBIT_INT, cbit_int); in tc358743_hdmi_cbit_int_handler() 1106 v4l2_dbg(3, debug, sd, "%s: CBIT_INT = 0x%02x\n", __func__, cbit_int); in tc358743_hdmi_cbit_int_handler() 1131 v4l2_err(sd, "%s: Unhandled CBIT_INT interrupts: 0x%02x\n", in tc358743_hdmi_cbit_int_handler()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | tc358743_regs.h | 310 #define CBIT_INT 0x8505 macro
|
H A D | tc358743.c | 1104 u8 cbit_int = i2c_rd8(sd, CBIT_INT) & ~cbit_int_mask; in tc358743_hdmi_cbit_int_handler() 1106 i2c_wr8(sd, CBIT_INT, cbit_int); in tc358743_hdmi_cbit_int_handler() 1108 v4l2_dbg(3, debug, sd, "%s: CBIT_INT = 0x%02x\n", __func__, cbit_int); in tc358743_hdmi_cbit_int_handler() 1133 v4l2_err(sd, "%s: Unhandled CBIT_INT interrupts: 0x%02x\n", in tc358743_hdmi_cbit_int_handler()
|
Completed in 11 milliseconds