Searched refs:subunit (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/dreamcast/dev/maple/
H A Dmaple.c117 static char * maple_unit_name(char *, size_t, int port, int subunit);
200 int port, subunit, f; local
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 <
327 int port, subunit; local
363 maple_unit_name(char *buf, size_t len, int port, int subunit) argument
604 int port, subunit; local
[all...]
H A Dmaplevar.h109 int port, subunit; member in struct:maple_unit
164 int u_proberetry; /* retry count (subunit != 0) */
/netbsd-current/sys/dev/usb/
H A Dumcs.c866 int subunit; local
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);
/netbsd-current/sys/dev/pci/
H A Dtwereg.h303 #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
/netbsd-current/etc/
H A DMAKEDEV.tmpl1969 subunit=${i#$name}
1970 mkdev $name$subunit c %maple_chr% $(($unit * 8 + 0$subunit))
2226 subunit=${i#nvme${unit}ns}
2227 if [ 0$subunit -le 0 ] || [ 0$subunit -ge 65536 ]; then
2228 warn "bad nsid for $i: $subunit"
2231 mkdev nvme${unit}ns$subunit c %nvme_chr% $(($unit * 65536 + $subunit))

Completed in 308 milliseconds