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

/linux-master/drivers/gpu/drm/bridge/
H A Dnwl-dsi.c136 static void nwl_dsi_write(struct nwl_dsi *dsi, unsigned int reg, u32 val) function
221 nwl_dsi_write(dsi, NWL_DSI_CFG_NUM_LANES, dsi->lanes - 1);
224 nwl_dsi_write(dsi, NWL_DSI_CFG_NONCONTINUOUS_CLK, 0x01);
225 nwl_dsi_write(dsi, NWL_DSI_CFG_AUTOINSERT_EOTP, 0x01);
227 nwl_dsi_write(dsi, NWL_DSI_CFG_NONCONTINUOUS_CLK, 0x00);
228 nwl_dsi_write(dsi, NWL_DSI_CFG_AUTOINSERT_EOTP, 0x00);
234 nwl_dsi_write(dsi, NWL_DSI_CFG_T_PRE, cycles);
239 nwl_dsi_write(dsi, NWL_DSI_CFG_T_POST, cycles);
242 nwl_dsi_write(dsi, NWL_DSI_CFG_TX_GAP, cycles);
244 nwl_dsi_write(ds
[all...]

Completed in 135 milliseconds