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

  /src/sys/arch/dreamcast/dev/maple/
maplereg.h 47 #define MAPLE_DMABUF_SIZE (MAPLE_PORTS*MAPLE_SUBUNITS*(1024+1024+4+4))
maplevar.h 66 #define MAPLE_PORTS 4
174 int8_t sc_port_unit_map[MAPLE_PORTS];
175 int sc_port_units[MAPLE_PORTS];
176 int sc_port_units_open[MAPLE_PORTS];
178 struct maple_unit sc_unit[MAPLE_PORTS][MAPLE_SUBUNITS];
maple.c 215 for (port = 0; port < MAPLE_PORTS; port++) {
286 for (port = 0; port < MAPLE_PORTS; port++) {
308 if (u->port == MAPLE_PORTS - 1)
339 for (port = 0; port < MAPLE_PORTS; port++)
1629 if (MAPLEPORT(dev) >= MAPLE_PORTS)

Completed in 13 milliseconds