HomeSort by: relevance | last modified time | path
    Searched defs:voffs (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
dvo_ns2501.c 225 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);
dvo_ns2501.c 225 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);
dvo_ns2501.c 225 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 66 milliseconds