Lines Matching refs:tc35876x_regw

229 static int tc35876x_regw(struct i2c_client *client, u16 reg, u32 value)  in tc35876x_regw()  function
366 tc35876x_regw(i2c, PPI_TX_RX_TA, FLD_VAL(txtagocnt, 26, 16) | in tc35876x_configure_lvds_bridge()
368 tc35876x_regw(i2c, PPI_LPTXTIMECNT, FLD_VAL(ppi_lptxtimecnt, 10, 0)); in tc35876x_configure_lvds_bridge()
370 tc35876x_regw(i2c, PPI_D0S_CLRSIPOCOUNT, FLD_VAL(1, 5, 0)); in tc35876x_configure_lvds_bridge()
371 tc35876x_regw(i2c, PPI_D1S_CLRSIPOCOUNT, FLD_VAL(1, 5, 0)); in tc35876x_configure_lvds_bridge()
372 tc35876x_regw(i2c, PPI_D2S_CLRSIPOCOUNT, FLD_VAL(1, 5, 0)); in tc35876x_configure_lvds_bridge()
373 tc35876x_regw(i2c, PPI_D3S_CLRSIPOCOUNT, FLD_VAL(1, 5, 0)); in tc35876x_configure_lvds_bridge()
376 tc35876x_regw(i2c, PPI_LANEENABLE, in tc35876x_configure_lvds_bridge()
378 tc35876x_regw(i2c, DSI_LANEENABLE, in tc35876x_configure_lvds_bridge()
380 tc35876x_regw(i2c, PPI_STARTPPI, BIT(0)); in tc35876x_configure_lvds_bridge()
381 tc35876x_regw(i2c, DSI_STARTDSI, BIT(0)); in tc35876x_configure_lvds_bridge()
384 tc35876x_regw(i2c, LVPHY0, FLD_VAL(1, 20, 16) | in tc35876x_configure_lvds_bridge()
388 tc35876x_regw(i2c, VPCTRL, BIT(8) | BIT(5)); in tc35876x_configure_lvds_bridge()
391 tc35876x_regw(i2c, HTIM1, FLD_VAL(40, 24, 16) | FLD_VAL(40, 8, 0)); in tc35876x_configure_lvds_bridge()
394 tc35876x_regw(i2c, HTIM2, FLD_VAL(80, 24, 16) | FLD_VAL(1280, 10, 0)); in tc35876x_configure_lvds_bridge()
397 tc35876x_regw(i2c, VTIM1, FLD_VAL(14, 23, 16) | FLD_VAL(10, 7, 0)); in tc35876x_configure_lvds_bridge()
400 tc35876x_regw(i2c, VTIM2, FLD_VAL(14, 23, 16) | FLD_VAL(800, 10, 0)); in tc35876x_configure_lvds_bridge()
403 tc35876x_regw(i2c, VFUEN, BIT(0)); in tc35876x_configure_lvds_bridge()
406 tc35876x_regw(i2c, SYSRST, BIT(2)); in tc35876x_configure_lvds_bridge()
409 tc35876x_regw(i2c, LVMX0003, in tc35876x_configure_lvds_bridge()
411 tc35876x_regw(i2c, LVMX0407, in tc35876x_configure_lvds_bridge()
413 tc35876x_regw(i2c, LVMX0811, in tc35876x_configure_lvds_bridge()
415 tc35876x_regw(i2c, LVMX1215, in tc35876x_configure_lvds_bridge()
417 tc35876x_regw(i2c, LVMX1619, in tc35876x_configure_lvds_bridge()
419 tc35876x_regw(i2c, LVMX2023, in tc35876x_configure_lvds_bridge()
421 tc35876x_regw(i2c, LVMX2427, in tc35876x_configure_lvds_bridge()
425 tc35876x_regw(i2c, LVCFG, BIT(0)); in tc35876x_configure_lvds_bridge()
429 tc35876x_regw(i2c, DSI_INTCLR, FLD_MASK(31, 30) | FLD_MASK(22, 0)); in tc35876x_configure_lvds_bridge()