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

/linux-master/arch/sh/kernel/
H A Dio_trapped.c110 unsigned long voffs; local
118 voffs = 0;
123 return tiop->virt_base + voffs;
127 voffs += roundup(len, PAGE_SIZE);
/linux-master/drivers/gpu/drm/i915/display/
H A Ddvo_ns2501.c220 u16 voffs; /* vertical output offset, 9c/9d */ member in struct:ns2501_configuration
247 .voffs = 36,
267 .voffs = 35,
286 .voffs = 27,
633 ns2501_writeb(dvo, NS2501_REG9C, conf->voffs & 0xff);
634 ns2501_writeb(dvo, NS2501_REG9D, conf->voffs >> 8);

Completed in 362 milliseconds