Searched refs:DSI_LP_MSG (Results 1 – 2 of 2) sorted by relevance
111 if (wait_for_us(!(I915_READ(DSI_LP_MSG(dsi_trans)) & in wait_for_cmds_dispatched_to_panel()1110 tmp = I915_READ(DSI_LP_MSG(dsi_trans)); in gen11_dsi_deconfigure_trancoder()1113 I915_WRITE(DSI_LP_MSG(dsi_trans), tmp); in gen11_dsi_deconfigure_trancoder()1115 if (wait_for_us((I915_READ(DSI_LP_MSG(dsi_trans)) & in gen11_dsi_deconfigure_trancoder()
11032 #define DSI_LP_MSG(tc) _MMIO_DSI(tc, \ macro