Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/display/
Ddvo_ns2501.c220 u16 voffs; /* vertical output offset, 9c/9d */ member
247 .voffs = 36,
267 .voffs = 35,
286 .voffs = 27,
633 ns2501_writeb(dvo, NS2501_REG9C, conf->voffs & 0xff); in ns2501_mode_set()
634 ns2501_writeb(dvo, NS2501_REG9D, conf->voffs >> 8); in ns2501_mode_set()