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

  /src/sys/arch/dreamcast/dev/maple/
maplevar.h 138 uint32_t *u_rxbuf; member in struct:maple_unit
maple.c 221 u->u_rxbuf = p;
528 unit_map = ((int8_t *) u->u_rxbuf)[2];
576 struct maple_devinfo *newinfo = (void *) (u->u_rxbuf + 1);
1239 if ((response = u->u_rxbuf[0]) == MAPLE_RESPONSE_AGAIN) {
1245 len = (u->u_rxbuf[0] >> 24); /* length in long */
1258 be32toh(u->u_rxbuf[1]) == MAPLE_FUNC(func_code)) {
1262 (void *)u->u_rxbuf, len,
1411 (void *)u->u_rxbuf, len, flags);
1420 ((int8_t *) u->u_rxbuf)[2] != sc->sc_port_unit_map[u->port])

Completed in 14 milliseconds