Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi_host.c820 data |= DSI_CTRL_ENABLE; in dsi_ctrl_enable()
1003 if (ctrl & DSI_CTRL_ENABLE) { in dsi_sw_reset()
1004 dsi_write(msm_host, REG_DSI_CTRL, ctrl & ~DSI_CTRL_ENABLE); in dsi_sw_reset()
1021 if (ctrl & DSI_CTRL_ENABLE) { in dsi_sw_reset()
1035 dsi_ctrl &= ~(DSI_CTRL_ENABLE | DSI_CTRL_VID_MODE_EN | in dsi_op_mode_config()
1046 dsi_ctrl |= DSI_CTRL_ENABLE; in dsi_op_mode_config()
2040 DSI_CTRL_ENABLE); in msm_dsi_host_xfer_prepare()
H A Ddsi.xml.h164 #define DSI_CTRL_ENABLE 0x00000001 macro