Home
last modified time | relevance | path

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

/dports/emulators/bochs/bochs-2.7/
H A Dplugin.h193 (bx_devices.pluginDmaDevice->registerDMA8Channel(channel, dmaRead, dmaWrite, name))
195 (bx_devices.pluginDmaDevice->registerDMA16Channel(channel, dmaRead, dmaWrite, name))
197 (bx_devices.pluginDmaDevice->unregisterDMAChannel(channel))
199 (bx_devices.pluginDmaDevice->set_DRQ(channel, val))
201 (bx_devices.pluginDmaDevice->get_TC())
203 (bx_devices.pluginDmaDevice->raise_HLDA())
/dports/emulators/bochs/bochs-2.7/iodev/
H A Diodev.h453 bx_dma_stub_c *pluginDmaDevice; variable
H A Ddma.cc44 bx_devices.pluginDmaDevice = theDmaDevice; in PLUGIN_ENTRY_FOR_MODULE()
H A Ddevices.cc85 pluginDmaDevice = &stubDma; in init_stubs()