Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/kernel/
Dio_trapped.c114 unsigned long voffs; in match_trapped_io_handler() local
122 voffs = 0; in match_trapped_io_handler()
127 return tiop->virt_base + voffs; in match_trapped_io_handler()
131 voffs += roundup(len, PAGE_SIZE); in match_trapped_io_handler()
/Linux-v4.19/drivers/gpu/drm/i915/
Ddvo_ns2501.c219 u16 voffs; /* vertical output offset, 9c/9d */ member
246 .voffs = 36,
266 .voffs = 35,
285 .voffs = 27,
632 ns2501_writeb(dvo, NS2501_REG9C, conf->voffs & 0xff); in ns2501_mode_set()
633 ns2501_writeb(dvo, NS2501_REG9D, conf->voffs >> 8); in ns2501_mode_set()