Home
last modified time | relevance | path

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

/dflybsd-src/sys/bus/u4b/controller/
H A Duhci.h230 uint32_t sc_loops; /* number of QHs that wants looping */ member
H A Duhci.c842 if (++(sc->sc_loops) == 1) { in uhci_add_loop()
865 if (--(sc->sc_loops) == 0) { in uhci_rem_loop()