Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dtc358743.c232 static void i2c_wr16(struct v4l2_subdev *sd, u16 reg, u16 val) in i2c_wr16() function
506 i2c_wr16(sd, SYSCTL, sysctl | mask); in tc358743_reset()
507 i2c_wr16(sd, SYSCTL, sysctl & ~mask); in tc358743_reset()
572 i2c_wr16(sd, PLLCTL0, pllctl0_new); in tc358743_set_pll()
628 i2c_wr16(sd, CECHCLK, cec_freq); in tc358743_set_ref_clk()
629 i2c_wr16(sd, CECLCLK, cec_freq); in tc358743_set_ref_clk()
831 i2c_wr16(sd, FIFOCTL, pdata->fifo_level); in tc358743_initial_setup()
975 i2c_wr16(sd, INTSTATUS, in tc358743_cec_handler()
1019 i2c_wr16(sd, INTSTATUS, 0xffff); in tc358743_init_interrupts()
1431 i2c_wr16(sd, INTSTATUS, MASK_HDMI_INT); in tc358743_isr()
[all …]
H A Dtc35874x.c360 static void i2c_wr16(struct v4l2_subdev *sd, u16 reg, u16 val) in i2c_wr16() function
481 i2c_wr16(sd, FCCTL, 0x0002); in tc35874x_get_detected_timings()
483 i2c_wr16(sd, PACKETID1, 0x1e1e); in tc35874x_get_detected_timings()
485 i2c_wr16(sd, FCCTL, 0); in tc35874x_get_detected_timings()
504 i2c_wr16(sd, FIFOCTL, fifo_level); in tc35874x_get_detected_timings()
662 i2c_wr16(sd, SYSCTL, sysctl | mask); in tc35874x_reset()
663 i2c_wr16(sd, SYSCTL, sysctl & ~mask); in tc35874x_reset()
752 i2c_wr16(sd, PLLCTL0, pllctl0_new); in tc35874x_set_pll()
1007 i2c_wr16(sd, FIFOCTL, pdata->fifo_level); in tc35874x_initial_setup()
1068 i2c_wr16(sd, INTSTATUS, 0xffff); in tc35874x_init_interrupts()
[all …]