Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/dreamcast/dev/maple/
H A Dmaple.c529 if (sc->sc_port_unit_map[port] == unit_map) in maple_check_subunit_change()
538 sc->sc_port_unit_map[port], unit_map, units); in maple_check_subunit_change()
551 sc->sc_port_unit_map[port] = unit_map; in maple_check_subunit_change()
813 sc->sc_port_unit_map[port] = 0; in maple_detach_unit_nofix()
832 sc->sc_port_unit_map[u->port] &= ~(1 << (u->subunit - 1)); in maple_detach_unit()
1420 ((int8_t *) u->u_rxbuf)[2] != sc->sc_port_unit_map[u->port]) in maple_check_responses()
H A Dmaplevar.h174 int8_t sc_port_unit_map[MAPLE_PORTS]; member