Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/qcom/
H A DMakefile7 obj-$(CONFIG_QCOM_HIDMA) += hdma.o
8 hdma-objs := hidma_ll.o hidma.o hidma_dbg.o
/openbmc/linux/drivers/dma/dw-edma/
H A DMakefile5 dw-hdma-v0-debugfs.o
8 dw-hdma-v0-core.o $(dw-edma-y)
/openbmc/qemu/hw/audio/
H A Dsb16.c62 uint32_t hdma; member
180 int dma = s->use_hdma ? s->hdma : s->dma; in control()
1130 int dma, hdma; in mixer_write_datab() local
1133 hdma = ctz32 (val & 0xf0); in mixer_write_datab()
1134 if (dma != s->dma || hdma != s->hdma) { in mixer_write_datab()
1137 hdma, s->hdma, val); in mixer_write_datab()
1141 s->hdma = hdma; in mixer_write_datab()
1409 s->isa_hdma = isa_bus_get_dma(bus, s->hdma); in sb16_realizefn()
1419 s->mixer_regs[0x81] = (1 << s->dma) | (1 << s->hdma); in sb16_realizefn()
1435 k->register_channel(s->isa_hdma, s->hdma, SB_read_DMA, s); in sb16_realizefn()
[all …]
/openbmc/linux/drivers/ata/
H A Dsata_sx4.c199 } hdma[32]; member
555 pp->hdma[idx].qc = qc; in pdc20621_push_hdma()
556 pp->hdma[idx].seq = seq; in pdc20621_push_hdma()
557 pp->hdma[idx].pkt_ofs = pkt_ofs; in pdc20621_push_hdma()
573 __pdc20621_push_hdma(pp->hdma[idx].qc, pp->hdma[idx].seq, in pdc20621_pop_hdma()
574 pp->hdma[idx].pkt_ofs); in pdc20621_pop_hdma()
/openbmc/linux/
H A Dopengrok0.0.log[all...]