Searched refs:hdma (Results 1 – 5 of 5) sorted by relevance
7 obj-$(CONFIG_QCOM_HIDMA) += hdma.o8 hdma-objs := hidma_ll.o hidma.o hidma_dbg.o
5 dw-hdma-v0-debugfs.o8 dw-hdma-v0-core.o $(dw-edma-y)
62 uint32_t hdma; member180 int dma = s->use_hdma ? s->hdma : s->dma; in control()1130 int dma, hdma; in mixer_write_datab() local1133 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 …]
199 } hdma[32]; member555 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()
[all...]