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

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Ddvo_ns2501.c225 u16 voffs; /* vertical output offset, 9c/9d */ member in struct:ns2501_configuration
252 .voffs = 36,
272 .voffs = 35,
291 .voffs = 27,
638 ns2501_writeb(dvo, NS2501_REG9C, conf->voffs & 0xff);
639 ns2501_writeb(dvo, NS2501_REG9D, conf->voffs >> 8);

Completed in 185 milliseconds