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

  /src/sys/arch/dreamcast/dev/maple/
mlcd.c 130 #define sc_reqw sc_req.req_write macro
380 sc->sc_reqw.func_code =
382 sc->sc_reqw.pt = 0; /* part 0 */
383 sc->sc_reqw.block = 0;
384 sc->sc_reqw.phase = 0;
385 memcpy(sc->sc_reqw.data, initimg48x32,
389 mlcd_rotate_bitmap(sc->sc_reqw.data,
394 MLCD_SIZE_REQW(sc) / 4, &sc->sc_reqw, 0);
414 if (++sc->sc_reqw.phase == sc->sc_wacc) {
419 memcpy(sc->sc_reqw.data
    [all...]
mmemcard.c 146 #define sc_reqw sc_req.req_write macro
570 if (sc->sc_reqw.phase == sc->sc_wacc) {
573 } else if (++sc->sc_reqw.phase == sc->sc_wacc) {
577 2 /* no data */ , &sc->sc_reqw,
581 memcpy(sc->sc_reqw.data, sc->sc_iobuf +
582 sc->sc_waccsz * sc->sc_reqw.phase,
586 MMEM_SIZE_REQW(sc) / 4, &sc->sc_reqw,
591 mmem_printerror(sc->sc_pt[sc->sc_reqw.pt].pt_name,
598 sc->sc_pt[sc->sc_reqw.pt].pt_name,
862 sc->sc_reqw.func_code = htobe32(MAPLE_FUNC(MAPLE_FN_MEMCARD))
    [all...]

Completed in 14 milliseconds