OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hsync_vsync_offset_pulse_width_hi
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/include/drm/
drm_edid.h
82
u8
hsync_vsync_offset_pulse_width_hi
;
member in struct:detailed_pixel_timing
/src/sys/external/bsd/drm2/dist/drm/
drm_edid.c
2549
unsigned hsync_offset = (pt->
hsync_vsync_offset_pulse_width_hi
& 0xc0) << 2 | pt->hsync_offset_lo;
2550
unsigned hsync_pulse_width = (pt->
hsync_vsync_offset_pulse_width_hi
& 0x30) << 4 | pt->hsync_pulse_width_lo;
2551
unsigned vsync_offset = (pt->
hsync_vsync_offset_pulse_width_hi
& 0xc) << 2 | pt->vsync_offset_pulse_width_lo >> 4;
2552
unsigned vsync_pulse_width = (pt->
hsync_vsync_offset_pulse_width_hi
& 0x3) << 4 | (pt->vsync_offset_pulse_width_lo & 0xf);
Completed in 70 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025