Searched refs:tc35876x_regw (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/gma500/ |
D | tc35876x-dsi-lvds.c | 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() [all …]
|