Searched refs:lockdet_ref (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/i2c/
H A Dtc358743.c602 u32 lockdet_ref; tc358743_set_ref_clk() local
626 lockdet_ref = pdata->refclk_hz / 100; tc358743_set_ref_clk()
627 i2c_wr8(sd, LOCKDET_REF0, lockdet_ref & 0x0000ff); tc358743_set_ref_clk()
628 i2c_wr8(sd, LOCKDET_REF1, (lockdet_ref & 0x00ff00) >> 8); tc358743_set_ref_clk()
629 i2c_wr8(sd, LOCKDET_REF2, (lockdet_ref & 0x0f0000) >> 16); tc358743_set_ref_clk()

Completed in 121 milliseconds