Searched refs:HBLANK_START_MASK (Results 1 – 2 of 2) sorted by relevance
1936 #define HBLANK_START_MASK REG_GENMASK(15, 0) macro1937 #define HBLANK_START(hblank_start) REG_FIELD_PREP(HBLANK_START_MASK, (hblank_start))
2618 adjusted_mode->crtc_hblank_start = REG_FIELD_GET(HBLANK_START_MASK, tmp) + 1; in intel_get_transcoder_timings()