#include "types.h"
#include <stdarg.h>
#include "freesd.h"
#include "spu2regs.h"
Go to the source code of this file.
|
|
void | SetDmaWrite (s32 chan) |
| |
|
void | SetDmaRead (s32 chan) |
| |
|
u32 | DmaStop (u32 core) |
| |
|
s32 | BlockTransWriteFrom (u8 *iopaddr, u32 size, s32 chan, u16 mode, u8 *startaddr) |
| |
|
s32 | BlockTransWrite (u8 *iopaddr, u32 size, s32 chan) |
| |
|
s32 | BlockTransRead (u8 *iopaddr, u32 size, s32 chan, s16 mode) |
| |
|
int | sceSdBlockTrans (s16 chan, u16 mode, u8 *iopaddr, u32 size,...) |
| |
|
u32 | sceSdBlockTransStatus (s16 chan, s16 flag) |
| |
|
|
u32 | BlockTransBuff [2] |
| |
|
u32 | BlockTransAddr [2] |
| |
|
u32 | BlockTransSize [2] |
| |
|
IntrData | TransIntrData [2] |
| |
Part of the IOP Sound Driver
Definition in file block.c.