Nugget
|
#include "openbios/card/backupunit.h"
#include <stdint.h>
#include <string.h>
#include "common/hardware/pcsxhw.h"
#include "common/kernel/events.h"
#include "common/psxlibc/setjmp.h"
#include "common/syscalls/syscalls.h"
#include "openbios/card/card.h"
#include "openbios/kernel/libcmisc.h"
#include "openbios/kernel/setjmp.h"
#include "openbios/sio0/card.h"
#include "osdebug.h"
Functions | |
int | buReallocateBrokenSectorAndRetry (int deviceId, int sector, char *buffer) |
int | buFormat (int deviceId) |
int | buInit (int deviceId) |
int | initBackupUnit () |
int | cardInfo (int deviceId) |
void | buFinishAndTrigger (int port, int spec) |
void | buLowLevelOpCompleted () |
void | buLowLevelOpError1 () |
void | buLowLevelOpError2 () |
void | buLowLevelOpError3 () |
int | buReadTOC (int deviceId) |
int | buWriteTOC (int deviceId, int *bitmap) |
int | buSetAutoFormat (int autoFormat) |
Variables | |
int | g_buOperation [2] |
int | g_buAutoFormat |
struct BuDirectoryEntry | g_buDirEntries [2][15] |
uint8_t | g_buBuffer [2][128] |
int32_t | g_buBroken [2][20] |
void buLowLevelOpCompleted | ( | ) |
void buLowLevelOpError1 | ( | ) |
void buLowLevelOpError2 | ( | ) |
void buLowLevelOpError3 | ( | ) |
int initBackupUnit | ( | ) |
int g_buAutoFormat |
int32_t g_buBroken[2][20] |
uint8_t g_buBuffer[2][128] |
struct BuDirectoryEntry g_buDirEntries[2][15] |
int g_buOperation[2] |