Searched refs:sc_sync_off (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/usb/video/
H A Dudl.c289 if (sc->sc_sync_off >= max)
290 sc->sc_sync_off = 0;
561 while (sc->sc_sync_off < max) {
562 uint32_t delta = max - sc->sc_sync_off;
566 if (bcmp(sc->sc_fb_addr + sc->sc_sync_off, sc->sc_fb_copy + sc->sc_sync_off, delta) != 0) {
572 memcpy(sc->sc_fb_copy + sc->sc_sync_off,
573 sc->sc_fb_addr + sc->sc_sync_off, delta);
576 udl_cmd_insert_int_3(cb, sc->sc_sync_off);
578 udl_cmd_insert_buf_le16(cb, sc->sc_fb_copy + sc->sc_sync_off, delt
[all...]
H A Dudl.h77 uint32_t sc_sync_off; member in struct:udl_softc

Completed in 119 milliseconds