Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Dugensa.c72 #define UGENSA_PORT_MAX 8 /* exclusivly */ macro
87 struct ucom_softc sc_ucom[UGENSA_PORT_MAX];
88 struct ugensa_sub_softc sc_sub[UGENSA_PORT_MAX];
212 for (x = 0; x < maxports && sc->sc_nports < UGENSA_PORT_MAX; x++) { in ugensa_attach()