Home
last modified time | relevance | path

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

/openbmc/linux/sound/parisc/
H A Dharmony.c225 harmony_write(h, HARMONY_RNXTADD, h->gdma.addr); in snd_harmony_interrupt()
305 harmony_write(h, HARMONY_RNXTADD, h->gdma.addr); in snd_harmony_playback_trigger()
348 harmony_write(h, HARMONY_RNXTADD, h->gdma.addr); in snd_harmony_capture_trigger()
616 &h->gdma); in snd_harmony_pcm_init()
843 if (h->gdma.addr) in snd_harmony_free()
844 snd_dma_free_pages(&h->gdma); in snd_harmony_free()
H A Dharmony.h38 struct snd_dma_buffer gdma; /* graveyard */ member
/openbmc/qemu/hw/arm/
H A Dxlnx-zynqmp.c431 object_initialize_child(obj, "gdma[*]", &s->gdma[i], TYPE_XLNX_ZDMA); in xlnx_zynqmp_init()
757 if (!object_property_set_uint(OBJECT(&s->gdma[i]), "bus-width", 128, in xlnx_zynqmp_realize()
761 if (!object_property_set_link(OBJECT(&s->gdma[i]), "dma", in xlnx_zynqmp_realize()
765 if (!sysbus_realize(SYS_BUS_DEVICE(&s->gdma[i]), errp)) { in xlnx_zynqmp_realize()
769 sysbus_mmio_map(SYS_BUS_DEVICE(&s->gdma[i]), 0, gdma_ch_addr[i]); in xlnx_zynqmp_realize()
770 sysbus_connect_irq(SYS_BUS_DEVICE(&s->gdma[i]), 0, in xlnx_zynqmp_realize()
/openbmc/qemu/include/hw/arm/
H A Dxlnx-zynqmp.h129 XlnxZDMA gdma[XLNX_ZYNQMP_NUM_GDMA_CH]; member
/openbmc/linux/Documentation/devicetree/bindings/dma/xilinx/
H A Dxlnx,zynqmp-dma-1.0.yaml30 description: memory map for gdma/adma module access