Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/dsi/
Ddsi_host.c711 dsi_write(msm_host, REG_DSI_CTRL, 0); in dsi_ctrl_disable()
822 dsi_write(msm_host, REG_DSI_CTRL, data); in dsi_ctrl_enable()
1004 ctrl = dsi_read(msm_host, REG_DSI_CTRL); in dsi_sw_reset()
1007 dsi_write(msm_host, REG_DSI_CTRL, ctrl & ~DSI_CTRL_ENABLE); in dsi_sw_reset()
1025 dsi_write(msm_host, REG_DSI_CTRL, ctrl); in dsi_sw_reset()
1035 dsi_ctrl = dsi_read(msm_host, REG_DSI_CTRL); in dsi_op_mode_config()
1052 dsi_write(msm_host, REG_DSI_CTRL, dsi_ctrl); in dsi_op_mode_config()
2039 msm_host->dma_cmd_ctrl_restore = dsi_read(msm_host, REG_DSI_CTRL); in msm_dsi_host_xfer_prepare()
2040 dsi_write(msm_host, REG_DSI_CTRL, in msm_dsi_host_xfer_prepare()
2056 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