HomeSort by: relevance | last modified time | path
    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