Lines Matching refs:tc358746_write
311 static int tc358746_write(struct tc358746 *tc358746, u32 reg, u32 val) in tc358746_write() function
357 return tc358746_write(tc358746, reg, tmp); in tc358746_update_bits()
436 err = tc358746_write(tc358746, DATAFMT_REG, val); in tc358746_apply_misc_config()
448 err = tc358746_write(tc358746, FIFOCTL_REG, val); in tc358746_apply_misc_config()
455 err = tc358746_write(tc358746, WORDCNT_REG, val); in tc358746_apply_misc_config()
500 err = tc358746_write(tc358746, LINEINITCNT_REG, val); in tc358746_apply_dphy_config()
507 err = tc358746_write(tc358746, LPTXTIMECNT_REG, val); in tc358746_apply_dphy_config()
517 err = tc358746_write(tc358746, TCLK_HEADERCNT_REG, in tc358746_apply_dphy_config()
524 err = tc358746_write(tc358746, TCLK_TRAILCNT_REG, val); in tc358746_apply_dphy_config()
534 err = tc358746_write(tc358746, THS_HEADERCNT_REG, in tc358746_apply_dphy_config()
543 err = tc358746_write(tc358746, TWAKEUP_REG, val); in tc358746_apply_dphy_config()
549 err = tc358746_write(tc358746, TCLK_POSTCNT_REG, val); in tc358746_apply_dphy_config()
555 err = tc358746_write(tc358746, THS_TRAILCNT_REG, val); in tc358746_apply_dphy_config()
561 return tc358746_write(tc358746, TXOPTIONCNTRL_REG, non_cont_clk ? 0 : 1); in tc358746_apply_dphy_config()
581 err = tc358746_write(tc358746, CLW_CNTRL_REG, val); in tc358746_enable_csi_lanes()
591 err = tc358746_write(tc358746, reg, val); in tc358746_enable_csi_lanes()
608 return tc358746_write(tc358746, HSTXVREGEN_REG, val); in tc358746_enable_csi_lanes()
624 err = tc358746_write(tc358746, STARTCNTRL_REG, START); in tc358746_enable_csi_module()
628 err = tc358746_write(tc358746, CSI_START_REG, STRT); in tc358746_enable_csi_module()
633 return tc358746_write(tc358746, CSI_CONFW_REG, in tc358746_enable_csi_module()
644 err = tc358746_write(tc358746, PP_MISC_REG, 0); in tc358746_enable_parallel_port()
1020 tc358746_write(tc358746, (u32)reg->reg, (u32)reg->val); in tc358746_s_register()
1072 err = tc358746_write(tc358746, MCLKCTL_REG, val); in tc358746_mclk_enable()
1092 tc358746_write(tc358746, MCLKCTL_REG, 0); in tc358746_mclk_disable()