Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/dsi/
Ddsi_host.c835 data |= DSI_CTRL_ENABLE; in dsi_ctrl_config()
1011 if (ctrl & DSI_CTRL_ENABLE) { in dsi_sw_reset()
1012 dsi_write(msm_host, REG_DSI_CTRL, ctrl & ~DSI_CTRL_ENABLE); in dsi_sw_reset()
1029 if (ctrl & DSI_CTRL_ENABLE) { in dsi_sw_reset()
1043 dsi_ctrl &= ~(DSI_CTRL_ENABLE | DSI_CTRL_VID_MODE_EN | in dsi_op_mode_config()
1054 dsi_ctrl |= DSI_CTRL_ENABLE; in dsi_op_mode_config()
2086 DSI_CTRL_ENABLE); in msm_dsi_host_xfer_prepare()
Ddsi.xml.h164 #define DSI_CTRL_ENABLE 0x00000001 macro