Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/
H A Di915_reg.h6251 #define HSW_LINETIME_MASK REG_GENMASK(8, 0) macro
6252 #define HSW_LINETIME(x) REG_FIELD_PREP(HSW_LINETIME_MASK, (x))
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_display.c3762 pipe_config->linetime = REG_FIELD_GET(HSW_LINETIME_MASK, tmp); in hsw_get_pipe_config()