Searched refs:MIPI_DSI_FUNC_PRG (Results 1 – 2 of 2) sorted by relevance
1057 u32 tmp = I915_READ(MIPI_DSI_FUNC_PRG(port)); in intel_dsi_get_hw_state()1120 fmt = I915_READ(MIPI_DSI_FUNC_PRG(port)) & VID_MODE_FORMAT_MASK; in bxt_dsi_get_pipe_config()1485 I915_WRITE(MIPI_DSI_FUNC_PRG(port), val); in intel_dsi_prepare()1614 val = I915_READ(MIPI_DSI_FUNC_PRG(port)); in intel_dsi_unprepare()1616 I915_WRITE(MIPI_DSI_FUNC_PRG(port), val); in intel_dsi_unprepare()
9978 #define MIPI_DSI_FUNC_PRG(port) _MMIO_MIPI(port, _MIPIA_DSI_FUNC_PRG, _MIPIC_DSI_FUNC_PRG) macro