PS2SDK
PS2 Homebrew Libraries
|
Go to the source code of this file.
Functions | |
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) |
Variables | |
u32 | BlockTransBuff [2] |
u32 | BlockTransAddr [2] |
u32 | BlockTransSize [2] |
IntrData | TransIntrData [2] |
Part of the IOP Sound Driver
Definition in file block.c.
s32 BlockTransWriteFrom | ( | u8 * | iopaddr, |
u32 | size, | ||
s32 | chan, | ||
u16 | mode, | ||
u8 * | startaddr | ||
) |
s32 BlockTransRead | ( | u8 * | iopaddr, |
u32 | size, | ||
s32 | chan, | ||
s16 | mode | ||
) |
int sceSdBlockTrans | ( | s16 | chan, |
u16 | mode, | ||
u8 * | iopaddr, | ||
u32 | size, | ||
... | |||
) |