Searched refs:REG_DSI_CTRL (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/ |
H A D | dsi_host.c | 846 dsi_write(msm_host, REG_DSI_CTRL, 0); in dsi_ctrl_config() 939 dsi_write(msm_host, REG_DSI_CTRL, data); in dsi_ctrl_config() 1024 dsi_ctrl = dsi_read(msm_host, REG_DSI_CTRL); in dsi_op_mode_config() 1041 dsi_write(msm_host, REG_DSI_CTRL, dsi_ctrl); in dsi_op_mode_config() 1425 data0 = dsi_read(msm_host, REG_DSI_CTRL); in dsi_sw_reset_restore() 1428 dsi_write(msm_host, REG_DSI_CTRL, data1); in dsi_sw_reset_restore() 1443 dsi_write(msm_host, REG_DSI_CTRL, data0); in dsi_sw_reset_restore() 2068 msm_host->dma_cmd_ctrl_restore = dsi_read(msm_host, REG_DSI_CTRL); in msm_dsi_host_xfer_prepare() 2069 dsi_write(msm_host, REG_DSI_CTRL, in msm_dsi_host_xfer_prepare() 2085 dsi_write(msm_host, REG_DSI_CTRL, msm_hos in msm_dsi_host_xfer_restore() [all...] |
H A D | dsi.xml.h | 130 #define REG_DSI_CTRL 0x00000000 macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/ |
H A D | dsi_host.c | 711 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() 1001 ctrl = dsi_read(msm_host, REG_DSI_CTRL); in dsi_sw_reset() 1004 dsi_write(msm_host, REG_DSI_CTRL, ctrl & ~DSI_CTRL_ENABLE); in dsi_sw_reset() 1022 dsi_write(msm_host, REG_DSI_CTRL, ctrl); in dsi_sw_reset() 1032 dsi_ctrl = dsi_read(msm_host, REG_DSI_CTRL); in dsi_op_mode_config() 1049 dsi_write(msm_host, REG_DSI_CTRL, dsi_ctrl); in dsi_op_mode_config() 2036 msm_host->dma_cmd_ctrl_restore = dsi_read(msm_host, REG_DSI_CTRL); in msm_dsi_host_xfer_prepare() 2037 dsi_write(msm_host, REG_DSI_CTRL, in msm_dsi_host_xfer_prepare() 2053 dsi_write(msm_host, REG_DSI_CTRL, msm_hos in msm_dsi_host_xfer_restore() [all...] |
H A D | dsi.xml.h | 163 #define REG_DSI_CTRL 0x00000000 macro
|
Completed in 14 milliseconds