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

  /src/sys/arch/dreamcast/dev/maple/
maple.h 105 #define MAPLE_FUNC(fn) (1 << (fn))
maple.c 702 if (func & MAPLE_FUNC(f)) {
715 if (func == (MAPLE_FUNC(MAPLE_FN_MEMCARD) | MAPLE_FUNC(MAPLE_FN_LCD) |
716 MAPLE_FUNC(MAPLE_FN_CLOCK))) {
731 struct maple_func *fn;
846 struct maple_func *fn;
880 struct maple_func *fn, *nextfn;
970 u->u_noping &= ~MAPLE_FUNC(func);
972 u->u_noping |= MAPLE_FUNC(func);
980 struct maple_func *fn
    [all...]
mmemcard.c 315 sc->sc_reqm.func_code = htobe32(MAPLE_FUNC(MAPLE_FN_MEMCARD));
464 htobe32(MAPLE_FUNC(MAPLE_FN_MEMCARD));
830 sc->sc_reqr.func_code = htobe32(MAPLE_FUNC(MAPLE_FN_MEMCARD));
862 sc->sc_reqw.func_code = htobe32(MAPLE_FUNC(MAPLE_FN_MEMCARD));
mlcd.c 289 sc->sc_reqm.func_code = htobe32(MAPLE_FUNC(MAPLE_FN_LCD));
381 htobe32(MAPLE_FUNC(MAPLE_FN_LCD));
563 sc->sc_reqw.func_code = htobe32(MAPLE_FUNC(MAPLE_FN_LCD));

Completed in 14 milliseconds