OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_maxslots
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
xhcivar.h
107
int
sc_maxslots
;
member in struct:xhci_softc
xhci.c
674
kmem_free(sc->sc_slots, sizeof(*sc->sc_slots) * sc->
sc_maxslots
);
753
for (i = 0; i < sc->
sc_maxslots
; i++) {
1108
for (i = 0; i < sc->
sc_maxslots
; i++) {
1449
sc->
sc_maxslots
= XHCI_HCS1_MAXSLOTS(hcs1);
1500
sc->
sc_maxslots
* 4, &sc->sc_dbh) != 0) {
1530
aprint_debug_dev(sc->sc_dev, "
sc_maxslots
0x%08x\n",
1531
(uint32_t)sc->
sc_maxslots
);
1585
config |= sc->
sc_maxslots
& 0xFF;
1630
size = (1 + sc->
sc_maxslots
) * sizeof(uint64_t);
1654
sc->sc_slots = kmem_zalloc(sizeof(*sc->sc_slots) * sc->
sc_maxslots
,
[
all
...]
Completed in 13 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025