|
| void | __OSEnableBarnacle (s32 chan, u32 dev) |
| |
| u32 | EXIClearInterrupts (s32 chan, int exi, int tc, int ext) |
| |
| static int | __EXIProbe (s32 chan) |
| |
| static void | SetExiInterruptMask (s32 chan, EXIControl *exi) |
| |
| static void | CompleteTransfer (s32 chan) |
| |
| int | EXIImm (s32 chan, void *buf, s32 len, u32 type, EXICallback callback) |
| |
| int | EXIImmEx (s32 chan, void *buf, s32 len, u32 mode) |
| |
| int | EXIDma (s32 chan, void *buf, s32 len, u32 type, EXICallback callback) |
| |
| int | EXISync (s32 chan) |
| |
| EXICallback | EXISetExiCallback (s32 chan, EXICallback exiCallback) |
| |
| void | EXIProbeReset () |
| |
| int | EXIProbe (s32 chan) |
| |
| s32 | EXIProbeEx (s32 chan) |
| |
| static int | __EXIAttach (s32 chan, EXICallback extCallback) |
| |
| int | EXIAttach (s32 chan, EXICallback extCallback) |
| |
| int | EXIDetach (s32 chan) |
| |
| int | EXISelectSD (s32 chan, u32 dev, u32 freq) |
| |
| int | EXISelect (s32 chan, u32 dev, u32 freq) |
| |
| int | EXIDeselect (s32 chan) |
| |
| static void | EXIIntrruptHandler (__OSInterrupt interrupt, OSContext *context) |
| |
| static void | TCIntrruptHandler (__OSInterrupt interrupt, OSContext *context) |
| |
| static void | EXTIntrruptHandler (__OSInterrupt interrupt, OSContext *context) |
| |
| void | EXIInit () |
| |
| int | EXILock (s32 chan, u32 dev, EXICallback unlockedCallback) |
| |
| int | EXIUnlock (s32 chan) |
| |
| u32 | EXIGetState (s32 chan) |
| |
| static void | UnlockedHandler (s32 chan, OSContext *context) |
| |
| s32 | EXIGetID (s32 chan, u32 dev, u32 *id) |
| |
| s32 | EXIGetType (s32 chan, u32 dev, u32 *type) |
| |
| char * | EXIGetTypeString (u32 type) |
| |