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 (const sceSdBatch *batch, u32 *rets, u32 num)
 
int sceSdProcBatchEx (const sceSdBatch *batch, u32 *rets, u32 num, u32 voice)
 

Detailed Description

Part of the IOP Sound Driver

Definition in file batch.c.

Function Documentation

◆ __attribute__()

u32 BatchData __attribute__ ( (aligned(16)) )

SOURCE CHAIN TAG for DMA CHAIN MODE

Definition at line 14 of file sifcmd.c.

◆ SifDmaBatch()

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

Definition at line 21 of file batch.c.

◆ sceSdProcBatch()

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

Definition at line 43 of file batch.c.

◆ sceSdProcBatchEx()

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

Definition at line 98 of file batch.c.