HomeSort by: relevance | last modified time | path
    Searched defs:hsyncoff (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/videomode/
edid.c 379 unsigned hactive, hblank, hsyncwid, hsyncoff; local in function:edid_det_timing
395 hsyncoff = EDID_DET_TIMING_HSYNC_OFFSET(data);
406 vmp->hsync_start = hactive + hsyncoff;
  /src/sys/dev/pci/
tdvfb.c 348 uint16_t hbackporch, hsyncon, hsyncoff; local in function:tdvfb_videomode_set
363 hsyncoff = sc->sc_videomode->htotal - hsyncon;
367 xwidth, yheight, hbackporch, vbackporch, hsyncon, hsyncoff,
394 tdvfb_cvg_write(sc, TDV_OFF_HSYNC, hsyncoff << 16 | (hsyncon - 1));

Completed in 47 milliseconds