Home
last modified time | relevance | path

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

/external/qemu/hw/
Ddma.c60 } dma_controllers[2]; variable
304 return dma_controllers[nchan > 3].regs[nchan & 3].mode; in DMA_get_channel_mode()
314 dma_controllers[ncont].status |= 1 << (ichan + 4); in DMA_hold_DREQ()
325 dma_controllers[ncont].status &= ~(1 << (ichan + 4)); in DMA_release_DREQ()
332 struct dma_regs *r = &dma_controllers[ncont].regs[ichan]; in channel_run()
347 r = dma_controllers[ncont].regs + ichan; in channel_run()
362 d = dma_controllers; in DMA_run()
396 r = dma_controllers[ncont].regs + ichan; in DMA_register_channel()
403 struct dma_regs *r = &dma_controllers[nchan > 3].regs[nchan & 3]; in DMA_read_memory()
425 struct dma_regs *r = &dma_controllers[nchan > 3].regs[nchan & 3]; in DMA_write_memory()
[all …]