Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/dsi/
Ddsi_host.c740 dsi_write(msm_host, REG_DSI_CTRL, 0); in dsi_ctrl_config()
837 dsi_write(msm_host, REG_DSI_CTRL, data); in dsi_ctrl_config()
1009 ctrl = dsi_read(msm_host, REG_DSI_CTRL); in dsi_sw_reset()
1012 dsi_write(msm_host, REG_DSI_CTRL, ctrl & ~DSI_CTRL_ENABLE); in dsi_sw_reset()
1030 dsi_write(msm_host, REG_DSI_CTRL, ctrl); in dsi_sw_reset()
1040 dsi_ctrl = dsi_read(msm_host, REG_DSI_CTRL); in dsi_op_mode_config()
1057 dsi_write(msm_host, REG_DSI_CTRL, dsi_ctrl); in dsi_op_mode_config()
2082 msm_host->dma_cmd_ctrl_restore = dsi_read(msm_host, REG_DSI_CTRL); in msm_dsi_host_xfer_prepare()
2083 dsi_write(msm_host, REG_DSI_CTRL, in msm_dsi_host_xfer_prepare()
2099 dsi_write(msm_host, REG_DSI_CTRL, msm_host->dma_cmd_ctrl_restore); in msm_dsi_host_xfer_restore()
Ddsi.xml.h163 #define REG_DSI_CTRL 0x00000000 macro