SSBM Decomp
|
Functions | |
static void | __ARQPopTaskQueueHi (void) |
void | __ARQServiceQueueLo (void) |
void | __ARQCallbackHack (ARQRequest *arg0) |
void | __ARQInterruptServiceRoutine (void) |
void | ARQInit (void) |
void | ARQPostRequest (ARQRequest *request, u32 owner, ARQType type, ARQPrio priority, u32 source, u32 dest, size_t length, ARQCallback callback) |
static size_t | ARQGetChunkSize (void) |
Variables | |
static ARQRequest * | __ARQRequestQueueHi |
static ARQRequest * | __ARQRequestTailHi |
static ARQRequest * | __ARQRequestQueueLo |
static ARQRequest * | __ARQRequestTailLo |
static ARQRequest * | __ARQRequestPendingHi |
static ARQRequest * | __ARQRequestPendingLo |
static ARQCallback | __ARQCallbackHi |
static ARQCallback | __ARQCallbackLo |
static size_t | __ARQChunkSize |
static volatile bool | __ARQ_init_flag = false |
|
inlinestatic |
void __ARQServiceQueueLo | ( | void | ) |
void __ARQCallbackHack | ( | ARQRequest * | arg0 | ) |
void __ARQInterruptServiceRoutine | ( | void | ) |
void ARQInit | ( | void | ) |
void ARQPostRequest | ( | ARQRequest * | request, |
u32 | owner, | ||
ARQType | type, | ||
ARQPrio | priority, | ||
u32 | source, | ||
u32 | dest, | ||
size_t | length, | ||
ARQCallback | callback | ||
) |
|
inlinestatic |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |