HomeSort by: relevance | last modified time | path
    Searched defs:subunit (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/dreamcast/dev/maple/
maplevar.h 109 int port, subunit; member in struct:maple_unit
164 int u_proberetry; /* retry count (subunit != 0) */
maple.c 117 static char * maple_unit_name(char *, size_t, int port, int subunit);
200 int port, subunit, f; local in function:mapleattach
216 for (subunit = 0; subunit < MAPLE_SUBUNITS; subunit++) {
217 u = &sc->sc_unit[port][subunit];
219 u->subunit = subunit;
292 maple_unit_name(buf, sizeof(buf), u->port, u->subunit));
305 if (u->port < last_port || u->subunit <= last_subunit
327 int port, subunit; local in function:maple_run_polling
604 int port, subunit; local in function:maple_print_unit
    [all...]
  /src/sys/dev/usb/
umcs.c 866 int subunit; local in function:umcs7840_intr
887 for (subunit = 0; subunit < sc->sc_numports; subunit++) {
888 uint8_t pn = sc->sc_ports[subunit].sc_port_phys;
900 change_mask |= (1U << subunit);
  /src/sys/dev/pci/
twereg.h 303 #define TWE_UD_CONFIG_SUBUNIT 0x0e /* drive is a subunit in an array */
339 struct twe_unit_descriptor subunit[1]; member in struct:twe_array_descriptor

Completed in 29 milliseconds