Home
last modified time | relevance | path

Searched defs:dma (Results 1 – 25 of 46) sorted by relevance

12

/qemu/hw/dma/
H A Dsoc_dma.c89 struct dma_s *dma = (struct dma_s *) ch->dma; in soc_dma_ch_schedule() local
108 static inline struct memmap_entry_s *soc_dma_lookup(struct dma_s *dma, in soc_dma_lookup()
129 struct dma_s *dma = (struct dma_s *) ch->dma; in soc_dma_ch_update_type() local
207 struct dma_s *dma = (struct dma_s *) ch->dma; in soc_dma_set_request() local
263 struct dma_s *dma = (struct dma_s *) soc; in soc_dma_port_add_fifo() local
313 struct dma_s *dma = (struct dma_s *) soc; in soc_dma_port_add_mem() local
H A Domap_dma.c93 struct soc_dma_ch_s *dma; member
105 struct soc_dma_s *dma; member
369 static void omap_dma_transfer_generic(struct soc_dma_ch_s *dma) in omap_dma_transfer_generic()
H A Drc4030.c631 void rc4030_dma_read(void *dma, uint8_t *buf, int len) in rc4030_dma_read()
637 void rc4030_dma_write(void *dma, uint8_t *buf, int len) in rc4030_dma_write()
H A Dxilinx_axidma.c104 struct XilinxAXIDMA *dma; member
121 struct XilinxAXIDMA *dma; member
/qemu/hw/ide/
H A Dpci.c198 static void bmdma_start_dma(const IDEDMA *dma, IDEState *s, in bmdma_start_dma()
221 static int32_t bmdma_prepare_buf(const IDEDMA *dma, int32_t limit) in bmdma_prepare_buf()
276 static int bmdma_rw_buf(const IDEDMA *dma, bool is_write) in bmdma_rw_buf()
325 static void bmdma_set_inactive(const IDEDMA *dma, bool more) in bmdma_set_inactive()
337 static void bmdma_restart_dma(const IDEDMA *dma) in bmdma_restart_dma()
352 static void bmdma_reset(const IDEDMA *dma) in bmdma_reset()
H A Dmacio.c381 static int ide_nop_int(const IDEDMA *dma, bool is_write) in ide_nop_int()
386 static int32_t ide_nop_int32(const IDEDMA *dma, int32_t l) in ide_nop_int32()
391 static void ide_dbdma_start(const IDEDMA *dma, IDEState *s, in ide_dbdma_start()
H A Dahci.c1403 static void ahci_pio_transfer(const IDEDMA *dma) in ahci_pio_transfer()
1464 static void ahci_start_dma(const IDEDMA *dma, IDEState *s, in ahci_start_dma()
1473 static void ahci_restart_dma(const IDEDMA *dma) in ahci_restart_dma()
1482 static void ahci_restart(const IDEDMA *dma) in ahci_restart()
1499 static int32_t ahci_dma_prepare_buf(const IDEDMA *dma, int32_t limit) in ahci_dma_prepare_buf()
1520 static void ahci_commit_buf(const IDEDMA *dma, uint32_t tx_bytes) in ahci_commit_buf()
1528 static int ahci_dma_rw_buf(const IDEDMA *dma, bool is_write) in ahci_dma_rw_buf()
1564 static void ahci_cmd_done(const IDEDMA *dma) in ahci_cmd_done()
/qemu/include/hw/arm/
H A Dsoc_dma.h45 struct soc_dma_s *dma; member
102 static inline void soc_dma_port_add_fifo_in(struct soc_dma_s *dma, in soc_dma_port_add_fifo_in()
108 static inline void soc_dma_port_add_fifo_out(struct soc_dma_s *dma, in soc_dma_port_add_fifo_out()
H A Dbcm2835_peripherals.h63 BCM2835DMAState dma; member
/qemu/include/sysemu/
H A Dxen-mapcache.h39 bool dma) in xen_map_cache()
/qemu/hw/xen/
H A Dxen-mapcache.c57 bool dma; member
244 uint8_t lock, bool dma) in xen_map_cache_unlocked()
368 uint8_t lock, bool dma) in xen_map_cache()
/qemu/hw/sd/
H A Domap_mmc.c30 qemu_irq *dma; member
597 qemu_irq irq, qemu_irq dma[], omap_clk clk) in omap_mmc_init()
622 BlockBackend *blk, qemu_irq irq, qemu_irq dma[], in omap2_mmc_init()
/qemu/hw/microblaze/
H A Dpetalogix_ml605_mmu.c74 DeviceState *dev, *dma, *eth0; in petalogix_ml605_init() local
/qemu/include/hw/ide/
H A Dide-bus.h17 IDEDMA *dma; member
H A Dpci.h16 IDEDMA dma; member
/qemu/hw/misc/
H A Dedu.c74 } dma; member
171 static void dma_rw(EduState *edu, bool write, dma_addr_t *val, dma_addr_t *dma, in dma_rw()
/qemu/include/hw/isa/
H A Disa.h59 IsaDma *dma[2]; member
/qemu/hw/display/
H A Domap_lcdc.c45 struct omap_dma_lcd_channel_s *dma; member
491 struct omap_dma_lcd_channel_s *dma, in omap_lcdc_init()
/qemu/hw/ppc/
H A Dppc440_uc.c539 PPC4xxDmaState *dma = opaque; in dcr_read_dma() local
586 PPC4xxDmaState *dma = opaque; in dcr_write_dma() local
681 PPC4xxDmaState *dma = opaque; in ppc4xx_dma_reset() local
690 PPC4xxDmaState *dma; in ppc4xx_dma_init() local
/qemu/hw/
H A Dmeson.build11 subdir('dma') subdir
/qemu/hw/audio/
H A Dsb16.c61 uint32_t dma; member
180 int dma = s->use_hdma ? s->hdma : s->dma; in control() local
1130 int dma, hdma; in mixer_write_datab() local
/qemu/hw/block/
H A Dfdc-isa.c62 uint32_t dma; member
/qemu/include/hw/misc/macio/
H A Dmacio.h88 IDEDMA dma; member
/qemu/hw/i2c/
H A Domap_i2c.c45 uint16_t dma; member
/qemu/tests/qtest/
H A Dahci-test.c1568 static void ahci_test_cdrom(int nsectors, bool dma, uint8_t cmd, in ahci_test_cdrom()
1603 static void ahci_test_cdrom_read10(int nsectors, bool dma) in ahci_test_cdrom_read10()
1843 static void test_io_rw_interface(enum AddrMode lba48, enum IOMode dma, in test_io_rw_interface()

12