OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_bulk_head
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
ohcivar.h
107
ohci_soft_ed_t *
sc_bulk_head
;
member in struct:ohci_softc
ohci.c
876
sc->
sc_bulk_head
= ohci_alloc_sed(sc);
877
if (sc->
sc_bulk_head
== NULL) {
881
sc->
sc_bulk_head
->ed->ed_flags |= HTOO32(OHCI_ED_SKIP);
882
usb_syncmem(&sc->
sc_bulk_head
->dma, sc->
sc_bulk_head
->offs,
883
sizeof(*sc->
sc_bulk_head
->ed),
1023
OWRITE4(sc, OHCI_BULK_HEAD_ED, sc->
sc_bulk_head
->physaddr);
1100
ohci_free_sed(sc, sc->
sc_bulk_head
);
1186
sc->
sc_bulk_head
->physaddr);
2187
ohci_add_ed(sc, sed, sc->
sc_bulk_head
);
[
all
...]
Completed in 175 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025