/openbmc/qemu/hw/misc/ |
H A D | aspeed_xdma.c | 53 AspeedXDMAState *xdma = opaque; in aspeed_xdma_read() local 56 val = xdma->regs[TO_REG(addr)]; in aspeed_xdma_read() 67 AspeedXDMAState *xdma = opaque; in aspeed_xdma_write() local 68 AspeedXDMAClass *axc = ASPEED_XDMA_GET_CLASS(xdma); in aspeed_xdma_write() 75 xdma->regs[TO_REG(addr)] = val32 & XDMA_BMC_CMDQ_W_MASK; in aspeed_xdma_write() 78 xdma->regs[idx] = val32 & XDMA_BMC_CMDQ_W_MASK; in aspeed_xdma_write() 79 xdma->regs[TO_REG(axc->cmdq_rdp)] = xdma->regs[idx]; in aspeed_xdma_write() 83 if (xdma->bmc_cmdq_readp_set) { in aspeed_xdma_write() 84 xdma->bmc_cmdq_readp_set = 0; in aspeed_xdma_write() 86 xdma->regs[TO_REG(axc->intr_status)] |= axc->intr_complete; in aspeed_xdma_write() [all …]
|
/openbmc/linux/sound/isa/ |
H A D | sc6000.c | 546 int xdma = dma[dev]; in __snd_sc6000_probe() local 566 if (xdma == SNDRV_AUTO_DMA) { in __snd_sc6000_probe() 567 xdma = snd_legacy_find_free_dma(possible_dmas); in __snd_sc6000_probe() 568 if (xdma < 0) { in __snd_sc6000_probe() 601 port[dev], xirq, xdma, in __snd_sc6000_probe() 609 err = snd_wss_create(card, mss_port[dev] + 4, -1, xirq, xdma, -1, in __snd_sc6000_probe() 655 mss_port[dev], xirq, xdma); in __snd_sc6000_probe()
|
/openbmc/linux/drivers/dma/xilinx/ |
H A D | Makefile | 3 obj-$(CONFIG_XILINX_XDMA) += xdma.o
|
/openbmc/linux/drivers/soc/aspeed/ |
H A D | Makefile | 8 obj-$(CONFIG_ASPEED_XDMA) += aspeed-xdma.o
|
/openbmc/qemu/hw/arm/ |
H A D | aspeed_ast2400.c | 230 object_initialize_child(obj, "xdma", &s->xdma, typename); in aspeed_ast2400_soc_init() 459 if (!sysbus_realize(SYS_BUS_DEVICE(&s->xdma), errp)) { in aspeed_ast2400_soc_realize() 462 aspeed_mmio_map(s, SYS_BUS_DEVICE(&s->xdma), 0, in aspeed_ast2400_soc_realize() 464 sysbus_connect_irq(SYS_BUS_DEVICE(&s->xdma), 0, in aspeed_ast2400_soc_realize()
|
H A D | aspeed_ast2600.c | 250 object_initialize_child(obj, "xdma", &s->xdma, typename); in aspeed_soc_ast2600_init() 612 if (!sysbus_realize(SYS_BUS_DEVICE(&s->xdma), errp)) { in aspeed_soc_ast2600_realize() 615 aspeed_mmio_map(s, SYS_BUS_DEVICE(&s->xdma), 0, in aspeed_soc_ast2600_realize() 617 sysbus_connect_irq(SYS_BUS_DEVICE(&s->xdma), 0, in aspeed_soc_ast2600_realize()
|
/openbmc/linux/include/trace/events/ |
H A D | xdma.h | 4 #define TRACE_SYSTEM xdma
|
/openbmc/qemu/include/hw/arm/ |
H A D | aspeed_soc.h | 76 AspeedXDMAState xdma; member
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-g5.dtsi | 285 xdma: xdma@1e6e7000 { label 286 compatible = "aspeed,ast2500-xdma";
|
H A D | aspeed-g6.dtsi | 394 xdma: xdma@1e6e7000 { label 395 compatible = "aspeed,ast2600-xdma";
|
H A D | aspeed-bmc-ibm-bonnell.dts | 587 &xdma {
|
H A D | aspeed-bmc-opp-witherspoon.dts | 747 &xdma {
|
H A D | aspeed-bmc-opp-tacoma.dts | 873 &xdma {
|
H A D | aspeed-bmc-ibm-blueridge.dts | 1679 &xdma {
|
H A D | aspeed-bmc-ibm-rainier.dts | 1768 &xdma {
|
H A D | aspeed-bmc-ibm-fuji.dts | 2484 &xdma {
|
H A D | aspeed-bmc-ibm-everest.dts | 2544 &xdma {
|
/openbmc/linux/ |
H A D | MAINTAINERS | 3151 F: Documentation/devicetree/bindings/soc/aspeed/xdma.yaml 3152 F: drivers/soc/aspeed/aspeed-xdma.c 3153 F: include/uapi/linux/aspeed-xdma.h 23787 F: drivers/dma/xilinx/xdma-regs.h 23788 F: drivers/dma/xilinx/xdma.c
|
H A D | opengrok0.0.log | 4043 2024-12-28 20:09:06.689-0600 FINEST t1099 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/dma/xilinx/xdma.c.gz' [all...] |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |