Home
last modified time | relevance | path

Searched refs:_AICA (Results 1 – 3 of 3) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ao/eng_dsf/
H A Daica.h29 struct _AICA;
35 #define READ16_HANDLER(name) data16_t name(struct _AICA *AICA, offs_t offset, data16_t mem_mask)
36 #define WRITE16_HANDLER(name) void name(struct _AICA *AICA, offs_t offset, data16_t data, data1…
49 void aica_stop(struct _AICA *AICA);
50 void AICA_Update(struct _AICA *AICA, void *param, INT16 **inputs, INT16 **buf, int samples);
H A Daica.c163 struct _AICA struct
232 static void ResetInterrupts(struct _AICA *AICA) in ResetInterrupts()
243 static void CheckPendingIRQ(struct _AICA *AICA) in CheckPendingIRQ()
278 static int Get_AR(struct _AICA *AICA,int base,int R) in Get_AR()
286 static int Get_DR(struct _AICA *AICA,int base,int R) in Get_DR()
294 static int Get_RR(struct _AICA *AICA,int base,int R) in Get_RR()
683 static void AICA_UpdateReg(struct _AICA *AICA, int reg) in AICA_UpdateReg()
782 static void AICA_UpdateRegR(struct _AICA *AICA, int reg) in AICA_UpdateRegR()
921 void AICA_TimersAddTicks(struct _AICA *AICA, int ticks) in AICA_TimersAddTicks()
1207 struct _AICA *AICA; in aica_start()
[all …]
H A Darm7.h123 struct _AICA *AICA;