Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_dsi.c265 if (cmd == I915_READ(MIPI_DPI_CONTROL(port))) in dpi_send_cmd()
268 I915_WRITE(MIPI_DPI_CONTROL(port), cmd); in dpi_send_cmd()
H A Di915_reg.h9165 #define MIPI_DPI_CONTROL(port) _MMIO_MIPI(port, _MIPIA_DPI_CONTROL, _MIPIC_DPI_CONTROL) macro