Searched refs:DPI_ENABLE (Results 1 – 2 of 2) sorted by relevance
408 I915_WRITE(port_ctrl, temp | DPI_ENABLE); in intel_dsi_port_enable()427 I915_WRITE(port_ctrl, temp & ~DPI_ENABLE); in intel_dsi_port_disable()673 dpi_enabled = I915_READ(ctrl_reg) & DPI_ENABLE; in intel_dsi_get_hw_state()
7686 #define DPI_ENABLE (1 << 31) /* A + C */ macro