OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_ep_max
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/usb/
motgvar.h
78
int
sc_ep_max
;
member in struct:motg_softc
motg.c
329
if (sc->
sc_ep_max
== 0) {
339
sc->
sc_ep_max
= MAX(nrx, ntx);
341
nrx = ntx = sc->
sc_ep_max
;
343
if (sc->
sc_ep_max
== 0) {
347
KASSERT(sc->
sc_ep_max
<= MOTG_MAX_HW_EP);
369
for (i = 1; i <= sc->
sc_ep_max
; i++) {
493
for (i = sc->
sc_ep_max
; i >= 1; i--) {
694
for (i = 1; i <= sc->
sc_ep_max
; i++) {
/src/sys/arch/arm/sunxi/
sunxi_musb.c
373
sc->
sc_ep_max
= of_compatible_lookup(phandle, compat_data)->value;
Completed in 12 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025