|
s32 __EXIProbeStartTime[2] | AT_ADDRESS (0x800030C0) |
|
void | SetExiInterruptMask (EXIChannel chan, volatile EXIControl *exi) |
|
static void | CompleteTransfer (EXIChannel chan) |
|
bool | EXIImm (EXIChannel chan, void *buf, s32 len, u32 type, EXICallback callback) |
|
bool | EXIImmEx (EXIChannel chan, void *buf, s32 len, u32 mode) |
|
bool | EXIDma (EXIChannel chan, void *buf, s32 len, u32 type, EXICallback callback) |
|
u32 | __OSGetDIConfig (void) |
|
bool | EXISync (EXIChannel _) |
|
u32 | EXIClearInterrupts (EXIChannel chan, bool exi, bool tc, bool ext) |
|
EXICallback | EXISetExiCallback (EXIChannel chan, EXICallback exiCallback) |
|
static bool | __EXIProbe (EXIChannel chan) |
|
bool | EXIProbe (EXIChannel chan) |
|
s32 | EXIProbeEx (EXIChannel chan) |
|
static bool | __EXIAttach (EXIChannel chan, EXICallback extCallback) |
|
bool | EXIAttach (EXIChannel chan, EXICallback extCallback) |
|
bool | EXIDetach (EXIChannel chan) |
|
bool | EXISelect (s32 chan, u32 dev, u32 freq) |
|
bool | EXIDeselect (EXIChannel chan) |
|
static void | EXIIntrruptHandler (__OSInterrupt interrupt, OSContext *context) |
|
static void | TCIntrruptHandler (__OSInterrupt interrupt, OSContext *context) |
|
static void | EXTIntrruptHandler (__OSInterrupt unused0, OSContext *unused1) |
|
void | EXIInit (void) |
|
bool | EXILock (s32 chan, u32 dev, EXICallback unlockedCallback) |
|
bool | EXIUnlock (EXIChannel chan) |
|
u32 | EXIGetState (EXIChannel chan) |
|
static void | UnlockedHandler (s32 chan, OSContext *context) |
|
s32 | EXIGetID (EXIChannel chan, u32 dev, u32 *id) |
|