Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/msm/dsi/
Ddsi_host.c710 dsi_write(msm_host, REG_DSI_CTRL, 0); in dsi_ctrl_disable()
821 dsi_write(msm_host, REG_DSI_CTRL, data); in dsi_ctrl_enable()
1000 ctrl = dsi_read(msm_host, REG_DSI_CTRL); in dsi_sw_reset()
1003 dsi_write(msm_host, REG_DSI_CTRL, ctrl & ~DSI_CTRL_ENABLE); in dsi_sw_reset()
1021 dsi_write(msm_host, REG_DSI_CTRL, ctrl); in dsi_sw_reset()
1031 dsi_ctrl = dsi_read(msm_host, REG_DSI_CTRL); in dsi_op_mode_config()
1048 dsi_write(msm_host, REG_DSI_CTRL, dsi_ctrl); in dsi_op_mode_config()
2034 msm_host->dma_cmd_ctrl_restore = dsi_read(msm_host, REG_DSI_CTRL); in msm_dsi_host_xfer_prepare()
2035 dsi_write(msm_host, REG_DSI_CTRL, in msm_dsi_host_xfer_prepare()
2051 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