Home
last modified time | relevance | path

Searched refs:dma_func (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/gxemul/gxemul-0.6.3/src/devices/
H A Ddev_dec_ioasic.cc198 if (d->dma_func[3] != NULL) { in DEVICE_ACCESS()
199 d->dma_func[3](cpu, in DEVICE_ACCESS()
231 if (d->dma_func[3] != NULL) { in DEVICE_ACCESS()
232 dma_res = d->dma_func[3](cpu, in DEVICE_ACCESS()
/dports/emulators/gxemul/gxemul-0.6.3/src/include/
H A Ddevices.h103 …int (*dma_func[MAX_IOASIC_DMA_FUNCTIONS])(struct cpu *, void *, uint64_t addr, size_t dma_len, in… member
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/core/
H A Dvdp_ctrl.c187 static void (*const dma_func[16])(unsigned int length) = variable
696 dma_func[reg[23] >> 4](dma_bytes); in vdp_dma_update()
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/core/
H A Dvdp_ctrl.c187 static void (*const dma_func[16])(unsigned int length) = variable
696 dma_func[reg[23] >> 4](dma_bytes); in vdp_dma_update()