Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
HDintel_dsi.c367 I915_WRITE(MIPI_CTRL(port), tmp | GLK_MIPIIO_ENABLE); in glk_dsi_enable_io()
609 tmp &= ~GLK_MIPIIO_ENABLE; in glk_dsi_disable_mipi_io()
HDi915_reg.h9367 #define GLK_MIPIIO_ENABLE (1 << 0) macro