Searched refs:MASK_HPD_OUT0 (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | tc35874x_regs.h | 400 #define MASK_HPD_OUT0 0x01 macro
|
| H A D | tc358743_regs.h | 471 #define MASK_HPD_OUT0 0x01 macro
|
| H A D | tc358743.c | 365 i2c_wr8_and_or(sd, HPD_CTL, ~MASK_HPD_OUT0, MASK_HPD_OUT0); in tc358743_delayed_work_enable_hotplug() 400 i2c_wr8_and_or(sd, HPD_CTL, ~MASK_HPD_OUT0, 0x0); in tc358743_disable_edid() 1269 (i2c_rd8(sd, HPD_CTL) & MASK_HPD_OUT0) ? in tc358743_log_status()
|
| H A D | tc35874x.c | 521 i2c_wr8_and_or(sd, HPD_CTL, ~MASK_HPD_OUT0, MASK_HPD_OUT0); in tc35874x_delayed_work_enable_hotplug() 556 i2c_wr8_and_or(sd, HPD_CTL, ~MASK_HPD_OUT0, 0x0); in tc35874x_disable_edid() 1335 (i2c_rd8(sd, HPD_CTL) & MASK_HPD_OUT0) ? in tc35874x_log_status()
|