Home
last modified time | relevance | path

Searched refs:reg_ctrl2 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi_host.c918 u32 reg, reg_ctrl, reg_ctrl2; in dsi_update_dsc_timing() local
961 reg_ctrl2 = dsi_read(msm_host, REG_DSI_COMMAND_COMPRESSION_MODE_CTRL2); in dsi_update_dsc_timing()
966 reg_ctrl2 &= ~DSI_COMMAND_COMPRESSION_MODE_CTRL2_STREAM0_SLICE_WIDTH__MASK; in dsi_update_dsc_timing()
967 reg_ctrl2 |= DSI_COMMAND_COMPRESSION_MODE_CTRL2_STREAM0_SLICE_WIDTH(dsc->slice_chunk_size); in dsi_update_dsc_timing()
970 dsi_write(msm_host, REG_DSI_COMMAND_COMPRESSION_MODE_CTRL2, reg_ctrl2); in dsi_update_dsc_timing()