OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ideal_duty_cycle
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/videomode/
vesagtf.c
234
uint64_t
ideal_duty_cycle
;
local in function:vesagtf_mode_params
492
* The ending result is that our
ideal_duty_cycle
is 256000x larger
497
ideal_duty_cycle
=
501
print_value(18, "[IDEAL DUTY CYCLE]",
ideal_duty_cycle
);
516
h_blank = DIVIDE(DIVIDE(total_active_pixels *
ideal_duty_cycle
,
517
(256000 * 100ULL) -
ideal_duty_cycle
),
/src/sys/external/bsd/drm2/dist/drm/
drm_modes.c
404
unsigned int total_active_pixels,
ideal_duty_cycle
;
local in function:drm_gtf_mode_complex
494
ideal_duty_cycle
= GTF_C_PRIME * 1000 -
498
hblank = total_active_pixels *
ideal_duty_cycle
/
499
(100000 -
ideal_duty_cycle
);
Completed in 13 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025