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

/freebsd-12-stable/sys/dev/usb/video/
H A Dudl.c288 if (sc->sc_sync_off >= max)
289 sc->sc_sync_off = 0;
560 while (sc->sc_sync_off < max) {
561 uint32_t delta = max - sc->sc_sync_off;
565 if (bcmp(sc->sc_fb_addr + sc->sc_sync_off, sc->sc_fb_copy + sc->sc_sync_off, delta) != 0) {
571 memcpy(sc->sc_fb_copy + sc->sc_sync_off,
572 sc->sc_fb_addr + sc->sc_sync_off, delta);
575 udl_cmd_insert_int_3(cb, sc->sc_sync_off);
577 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 168 milliseconds