OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sync_off_width_high
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_sdvo_regs.h
98
u8
sync_off_width_high
;
member in struct:intel_sdvo_dtd::__anond0b427270208
intel_sdvo.c
871
dtd->part2.
sync_off_width_high
= ((h_sync_offset & 0x300) >> 2) |
894
mode.hsync_start += (dtd->part2.
sync_off_width_high
& 0xc0) << 2;
896
mode.hsync_end += (dtd->part2.
sync_off_width_high
& 0x30) << 4;
904
mode.vsync_start += (dtd->part2.
sync_off_width_high
& 0x0c) << 2;
908
mode.vsync_end += (dtd->part2.
sync_off_width_high
& 0x3) << 4;
Completed in 124 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025