Home
last modified time | relevance | path

Searched refs:now_frame (Results 1 – 2 of 2) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci-sched.c1294 if (itd->frame == ehci->now_frame) in itd_urb_transaction()
2090 if (sitd->frame == ehci->now_frame) in sitd_urb_transaction()
2382 unsigned uf, now_frame, frame; in scan_isoc() local
2395 now_frame = (uf >> 3) & fmask; in scan_isoc()
2398 now_frame = (ehci->last_iso_frame - 1) & fmask; in scan_isoc()
2401 ehci->now_frame = now_frame; in scan_isoc()
2422 if (frame == now_frame && live) { in scan_isoc()
2463 if (((frame == now_frame) || in scan_isoc()
2464 (((frame + 1) & fmask) == now_frame)) in scan_isoc()
2509 if (frame == now_frame) in scan_isoc()
A Dehci.h171 unsigned now_frame; /* frame from HC hardware */ member

Completed in 14 milliseconds