HomeSort by: relevance | last modified time | path
    Searched refs:sc_port_units (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/dreamcast/dev/maple/
maplevar.h 175 int sc_port_units[MAPLE_PORTS]; member in struct:maple_softc
maple.c 543 un = sc->sc_port_units[port] & ~units;
554 un = units & ~sc->sc_port_units[port];
725 sc->sc_port_units[u->port] |= 1 << u->subunit;
744 sc->sc_port_units[port] &= ~(1 << u->subunit);
1635 if (!(sc->sc_port_units[MAPLEPORT(dev)] & (1 << MAPLESUBUNIT(dev))))
1661 if (!(sc->sc_port_units[u->port] & (1 << u->subunit)))

Completed in 14 milliseconds