|
PS2SDK
PS2 Homebrew Libraries
|
#include <tamtypes.h>
Include dependency graph for sifdma.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | t_SifDmaTransfer |
Macros | |
| #define | SIF_DMA_INT_I 0x2 |
| #define | SIF_DMA_INT_O 0x4 |
| #define | SIF_DMA_ERT 0x40 |
| #define | SIF_REG_ID_SYSTEM 0x80000000 |
| #define | SIF_STAT_SIFINIT 0x10000 |
| #define | SIF_STAT_CMDINIT 0x20000 |
| #define | SIF_STAT_BOOTEND 0x40000 |
| #define | SifDmaStat(...) |
| #define | SifSetDma(...) |
Typedefs | |
| typedef struct t_SifDmaTransfer | SifDmaTransfer_t |
Enumerations | |
| enum | _sif_regs { SIF_REG_MAINADDR = 1 , SIF_REG_SUBADDR , SIF_REG_MSFLAG , SIF_REG_SMFLAG , SIF_SYSREG_SUBADDR = SIF_REG_ID_SYSTEM | 0 , SIF_SYSREG_MAINADDR , SIF_SYSREG_RPCINIT } |
Functions | |
| int | sceSifDmaStat (int trid) |
| int | sceSifSetDma (SifDmaTransfer_t *dmat, int count) |
EE SIF control function prototypes and structures
Definition in file sifdma.h.
| struct t_SifDmaTransfer |
| enum _sif_regs |
|
extern |