PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
batch.c File Reference
#include "types.h"
#include "sifman.h"
#include "intrman.h"
#include "libsd.h"
#include "spu2regs.h"
+ Include dependency graph for batch.c:

Go to the source code of this file.

Functions

u32 BatchData __attribute__ ((aligned(16)))
 
s32 SifDmaBatch (u32 ee_addr, void *iop_addr, u32 size)
 
int sceSdProcBatch (sceSdBatch *batch, u32 *rets, u32 num)
 
int sceSdProcBatchEx (sceSdBatch *batch, u32 *rets, u32 num, u32 voice)
 

Detailed Description

Part of the IOP Sound Driver

Definition in file batch.c.

Function Documentation

◆ SifDmaBatch()

s32 SifDmaBatch ( u32  ee_addr,
void *  iop_addr,
u32  size 
)

Definition at line 21 of file batch.c.

◆ sceSdProcBatch()

int sceSdProcBatch ( sceSdBatch batch,
u32 *  rets,
u32  num 
)

Definition at line 43 of file batch.c.

◆ sceSdProcBatchEx()

int sceSdProcBatchEx ( sceSdBatch batch,
u32 *  rets,
u32  num,
u32  voice 
)

Definition at line 98 of file batch.c.