OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inhblank
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
dw_hdmi.c
415
const uint16_t
inhblank
= mode->crtc_htotal - mode->crtc_hdisplay;
local in function:dwhdmi_fc_init
440
dwhdmi_write(sc, HDMI_FC_INHBLANK0,
inhblank
& 0xff);
441
dwhdmi_write(sc, HDMI_FC_INHBLANK1,
inhblank
>> 8);
dw_hdmi.c
415
const uint16_t
inhblank
= mode->crtc_htotal - mode->crtc_hdisplay;
local in function:dwhdmi_fc_init
440
dwhdmi_write(sc, HDMI_FC_INHBLANK0,
inhblank
& 0xff);
441
dwhdmi_write(sc, HDMI_FC_INHBLANK1,
inhblank
>> 8);
Completed in 22 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025