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

  /src/sys/arch/dreamcast/dev/maple/
maplevar.h 71 struct maple_func { struct
89 TAILQ_ENTRY(maple_func) f_periodicq;
102 TAILQ_ENTRY(maple_func) f_cmdq;
110 struct maple_func u_func[MAPLE_NFUNC];
197 TAILQ_HEAD(maple_fnq_head, maple_func) sc_periodicq, sc_periodicdeferq;
198 TAILQ_HEAD(maple_cmdq_head, maple_func) sc_acmdq, sc_pcmdq;
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...]

Completed in 12 milliseconds