Lines Matching refs:i2c

343 	struct i2c_client *i2c = tc35876x_client;  in tc35876x_configure_lvds_bridge()  local
354 if (!tc35876x_regr(i2c, IDREG, &id)) in tc35876x_configure_lvds_bridge()
362 tc35876x_regw(i2c, PPI_TX_RX_TA, FLD_VAL(txtagocnt, 26, 16) | in tc35876x_configure_lvds_bridge()
364 tc35876x_regw(i2c, PPI_LPTXTIMECNT, FLD_VAL(ppi_lptxtimecnt, 10, 0)); in tc35876x_configure_lvds_bridge()
366 tc35876x_regw(i2c, PPI_D0S_CLRSIPOCOUNT, FLD_VAL(1, 5, 0)); in tc35876x_configure_lvds_bridge()
367 tc35876x_regw(i2c, PPI_D1S_CLRSIPOCOUNT, FLD_VAL(1, 5, 0)); in tc35876x_configure_lvds_bridge()
368 tc35876x_regw(i2c, PPI_D2S_CLRSIPOCOUNT, FLD_VAL(1, 5, 0)); in tc35876x_configure_lvds_bridge()
369 tc35876x_regw(i2c, PPI_D3S_CLRSIPOCOUNT, FLD_VAL(1, 5, 0)); in tc35876x_configure_lvds_bridge()
372 tc35876x_regw(i2c, PPI_LANEENABLE, in tc35876x_configure_lvds_bridge()
374 tc35876x_regw(i2c, DSI_LANEENABLE, in tc35876x_configure_lvds_bridge()
376 tc35876x_regw(i2c, PPI_STARTPPI, BIT(0)); in tc35876x_configure_lvds_bridge()
377 tc35876x_regw(i2c, DSI_STARTDSI, BIT(0)); in tc35876x_configure_lvds_bridge()
380 tc35876x_regw(i2c, LVPHY0, FLD_VAL(1, 20, 16) | in tc35876x_configure_lvds_bridge()
384 tc35876x_regw(i2c, VPCTRL, BIT(8) | BIT(5)); in tc35876x_configure_lvds_bridge()
387 tc35876x_regw(i2c, HTIM1, FLD_VAL(40, 24, 16) | FLD_VAL(40, 8, 0)); in tc35876x_configure_lvds_bridge()
390 tc35876x_regw(i2c, HTIM2, FLD_VAL(80, 24, 16) | FLD_VAL(1280, 10, 0)); in tc35876x_configure_lvds_bridge()
393 tc35876x_regw(i2c, VTIM1, FLD_VAL(14, 23, 16) | FLD_VAL(10, 7, 0)); in tc35876x_configure_lvds_bridge()
396 tc35876x_regw(i2c, VTIM2, FLD_VAL(14, 23, 16) | FLD_VAL(800, 10, 0)); in tc35876x_configure_lvds_bridge()
399 tc35876x_regw(i2c, VFUEN, BIT(0)); in tc35876x_configure_lvds_bridge()
402 tc35876x_regw(i2c, SYSRST, BIT(2)); in tc35876x_configure_lvds_bridge()
405 tc35876x_regw(i2c, LVMX0003, in tc35876x_configure_lvds_bridge()
407 tc35876x_regw(i2c, LVMX0407, in tc35876x_configure_lvds_bridge()
409 tc35876x_regw(i2c, LVMX0811, in tc35876x_configure_lvds_bridge()
411 tc35876x_regw(i2c, LVMX1215, in tc35876x_configure_lvds_bridge()
413 tc35876x_regw(i2c, LVMX1619, in tc35876x_configure_lvds_bridge()
415 tc35876x_regw(i2c, LVMX2023, in tc35876x_configure_lvds_bridge()
417 tc35876x_regw(i2c, LVMX2427, in tc35876x_configure_lvds_bridge()
421 tc35876x_regw(i2c, LVCFG, BIT(0)); in tc35876x_configure_lvds_bridge()
425 tc35876x_regw(i2c, DSI_INTCLR, FLD_MASK(31, 30) | FLD_MASK(22, 0)); in tc35876x_configure_lvds_bridge()
695 MODULE_DEVICE_TABLE(i2c, tc35876x_bridge_id);
736 MODULE_DEVICE_TABLE(i2c, cmi_lcd_i2c_id);