Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/msm/dsi/
Ddsi_host.c739 dsi_write(msm_host, REG_DSI_CTRL, 0); in dsi_ctrl_config()
836 dsi_write(msm_host, REG_DSI_CTRL, data); in dsi_ctrl_config()
1012 ctrl = dsi_read(msm_host, REG_DSI_CTRL); in dsi_sw_reset()
1015 dsi_write(msm_host, REG_DSI_CTRL, ctrl & ~DSI_CTRL_ENABLE); in dsi_sw_reset()
1033 dsi_write(msm_host, REG_DSI_CTRL, ctrl); in dsi_sw_reset()
1043 dsi_ctrl = dsi_read(msm_host, REG_DSI_CTRL); in dsi_op_mode_config()
1060 dsi_write(msm_host, REG_DSI_CTRL, dsi_ctrl); in dsi_op_mode_config()
2133 msm_host->dma_cmd_ctrl_restore = dsi_read(msm_host, REG_DSI_CTRL); in msm_dsi_host_xfer_prepare()
2134 dsi_write(msm_host, REG_DSI_CTRL, in msm_dsi_host_xfer_prepare()
2150 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