Searched refs:lockdet_ref (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tc358743.c | 588 u32 lockdet_ref; in tc358743_set_ref_clk() local 613 lockdet_ref = pdata->refclk_hz / 100; in tc358743_set_ref_clk() 614 i2c_wr8(sd, LOCKDET_REF0, lockdet_ref & 0x0000ff); in tc358743_set_ref_clk() 615 i2c_wr8(sd, LOCKDET_REF1, (lockdet_ref & 0x00ff00) >> 8); in tc358743_set_ref_clk() 616 i2c_wr8(sd, LOCKDET_REF2, (lockdet_ref & 0x0f0000) >> 16); in tc358743_set_ref_clk()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | tc358743.c | 588 u32 lockdet_ref; in tc358743_set_ref_clk() local 613 lockdet_ref = pdata->refclk_hz / 100; in tc358743_set_ref_clk() 614 i2c_wr8(sd, LOCKDET_REF0, lockdet_ref & 0x0000ff); in tc358743_set_ref_clk() 615 i2c_wr8(sd, LOCKDET_REF1, (lockdet_ref & 0x00ff00) >> 8); in tc358743_set_ref_clk() 616 i2c_wr8(sd, LOCKDET_REF2, (lockdet_ref & 0x0f0000) >> 16); in tc358743_set_ref_clk()
|
Completed in 6 milliseconds