Searched refs:hsu (Results 1 – 7 of 7) sorted by relevance
149 if (nr >= chip->hsu->nr_channels) in hsu_dma_irq()152 hsuc = &chip->hsu->chan[nr]; in hsu_dma_irq()377 struct hsu_dma *hsu; in hsu_dma_probe() local382 hsu = devm_kzalloc(chip->dev, sizeof(*hsu), GFP_KERNEL); in hsu_dma_probe()383 if (!hsu) in hsu_dma_probe()386 chip->hsu = hsu; in hsu_dma_probe()389 hsu->nr_channels = (chip->length - chip->offset) / HSU_DMA_CHAN_LENGTH; in hsu_dma_probe()391 hsu->chan = devm_kcalloc(chip->dev, hsu->nr_channels, in hsu_dma_probe()392 sizeof(*hsu->chan), GFP_KERNEL); in hsu_dma_probe()393 if (!hsu->chan) in hsu_dma_probe()[all …]
2 hsu_dma-objs := hsu.o
1 # DMA engine configuration for hsu
34 for (i = 0; i < chip->hsu->nr_channels; i++) { in hsu_pci_irq()
37 struct hsu_dma *hsu; member
33 obj-$(CONFIG_HSU_DMA) += hsu/
532 source "drivers/dma/hsu/Kconfig"